Logo
WebAssembly Logo

WebAssembly APIs

Developer

WebAssembly APIs

Account Request URL

-

Base Endpoint

-

WebAssembly.Arguments

Returns an object containing the arguments of the JavaScript function that invoked the WebAssembly module.

GET

arguments_get()

WebAssembly.CompileError

Creates a new compile error.

GET

compileError()

WebAssembly.CompileStreaming

Creates a WebAssembly.CompileStreaming object which can incrementally compile WebAssembly modules.

GET

compileStreaming()

WebAssembly.CompileStreaming.CompilationResult

Returns an array of WebAssembly.Module objects containing the compiled modules so far.

GET

compilationResult()

WebAssembly.CompileStreaming.instantiate

Instantiates the WebAssembly module.

GET

instantiate()

WebAssembly.Exception

Creates a new WebAssembly exception.

GET

exception()

WebAssembly.Global

Creates a new global variable with the given attributes.

GET

global()

WebAssembly.Global.prototype.value

Gets the current value of the global.

GET

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.

GET

instance()

WebAssembly.Instance.prototype.exports

Returns an object containing the exported functions and memories of the instance.

GET

exports()

WebAssembly.Instance.prototype.imports

Returns an object containing the imported functions and memories of the instance.

GET

imports()

WebAssembly.LinkError

Represents a linking error.

GET

linkError()

WebAssembly.Memory

Creates a new memory object with the given attributes.

GET

memory()

WebAssembly.Module

Creates a new WebAssembly module.

GET

module()

WebAssembly.Module.prototype.customSections

Returns the custom sections of the module.

GET

customSections()

WebAssembly.Module.prototype.exports

Returns the exported functions and memories of the module.

GET

exports()

WebAssembly.Module.prototype.imports

Returns the imported functions and memories of the module.

GET

imports()

WebAssembly.Table

Creates a new table object with the given attributes.

GET

table()

WindowOrWorkerGlobalScope.WebAssembly

Returns the global object that exposes the WebAssembly API.

GET

WebAssembly()

Details

Provider

Country HQ

API Type

REST

Categories

Open Standards
Web Development
Open Source

Alternatives

Important URLs

Last Updated on

2024-04-04

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

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.

ApiRefs Logo