Skip to content

Commit

Permalink
Add the WebAssembly JS and Web APIs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubotella committed Jul 26, 2023
1 parent e969de1 commit 43c5c59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ Interfaces:
* {{TransformStreamDefaultController}}
* {{URL}}
* {{URLSearchParams}}
* {{WebAssembly}}.<l spec="wasm-js-api">{{Global}}</l>
* {{WebAssembly}}.<l spec="wasm-js-api">{{Instance}}</l>
* {{WebAssembly}}.<l spec="wasm-js-api">{{Memory}}</l>
* {{WebAssembly}}.<l spec="wasm-js-api">{{Module}}</l>
* {{WebAssembly}}.<l spec="wasm-js-api">{{Table}}</l>
* {{WritableStream}}
* {{WritableStreamDefaultController}}

Expand All @@ -93,6 +98,11 @@ Global methods / properties:
* globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}
* globalThis.{{setInterval()}} / globalThis.{{clearInterval()}}
* globalThis.{{structuredClone()}}
* globalThis.{{WebAssembly}}.{{WebAssembly/compile()}}
* globalThis.{{WebAssembly}}.{{WebAssembly/compileStreaming()}}
* globalThis.{{WebAssembly}}.{{WebAssembly/instantiate()}}
* globalThis.{{WebAssembly}}.{{WebAssembly/instantiateStreaming()}}
* globalThis.{{WebAssembly}}.{{WebAssembly/validate()}}

Note: This list includes APIs defined in [[FETCH]]. The WinterCG is currently working on a fork of this spec to better fulfill the needs of web-interoperable runtimes, and such runtimes should follow this fork instead. See <a href="https://fetch.spec.wintercg.org">https://fetch.spec.wintercg.org</a>.

Expand Down

0 comments on commit 43c5c59

Please sign in to comment.