Account Request URL
-Base Endpoint
-
WebAssembly.Arguments
Returns an object containing the arguments of the JavaScript function that invoked the WebAssembly module.
arguments_get()
WebAssembly.CompileError
Creates a new compile error.
compileError()
WebAssembly.CompileStreaming
Creates a WebAssembly.CompileStreaming object which can incrementally compile WebAssembly modules.
compileStreaming()
WebAssembly.CompileStreaming.CompilationResult
Returns an array of WebAssembly.Module objects containing the compiled modules so far.
compilationResult()
WebAssembly.CompileStreaming.instantiate
Instantiates the WebAssembly module.
instantiate()
WebAssembly.Exception
Creates a new WebAssembly exception.
exception()
WebAssembly.Global
Creates a new global variable with the given attributes.
global()
WebAssembly.Global.prototype.value
Gets the current value of the global.
value()
WebAssembly.Global.prototype.value
Sets the current value of the global (not allowed for mutable globals with numeric content).
value()
WebAssembly.Instance
Creates a new WebAssembly instance.
instance()
WebAssembly.Instance.prototype.exports
Returns an object containing the exported functions and memories of the instance.
exports()
WebAssembly.Instance.prototype.imports
Returns an object containing the imported functions and memories of the instance.
imports()
WebAssembly.LinkError
Represents a linking error.
linkError()
WebAssembly.Memory
Creates a new memory object with the given attributes.
memory()
WebAssembly.Module
Creates a new WebAssembly module.
module()
WebAssembly.Module.prototype.customSections
Returns the custom sections of the module.
customSections()
WebAssembly.Module.prototype.exports
Returns the exported functions and memories of the module.
exports()
WebAssembly.Module.prototype.imports
Returns the imported functions and memories of the module.
imports()
WebAssembly.Table
Creates a new table object with the given attributes.
table()
WindowOrWorkerGlobalScope.WebAssembly
Returns the global object that exposes the WebAssembly API.
WebAssembly()
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.