Skip to content

Commit 43c5c59

Browse files
Add the WebAssembly JS and Web APIs (#43)
1 parent e969de1 commit 43c5c59

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ Interfaces:
7575
* {{TransformStreamDefaultController}}
7676
* {{URL}}
7777
* {{URLSearchParams}}
78+
* {{WebAssembly}}.<l spec="wasm-js-api">{{Global}}</l>
79+
* {{WebAssembly}}.<l spec="wasm-js-api">{{Instance}}</l>
80+
* {{WebAssembly}}.<l spec="wasm-js-api">{{Memory}}</l>
81+
* {{WebAssembly}}.<l spec="wasm-js-api">{{Module}}</l>
82+
* {{WebAssembly}}.<l spec="wasm-js-api">{{Table}}</l>
7883
* {{WritableStream}}
7984
* {{WritableStreamDefaultController}}
8085

@@ -93,6 +98,11 @@ Global methods / properties:
9398
* globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}
9499
* globalThis.{{setInterval()}} / globalThis.{{clearInterval()}}
95100
* globalThis.{{structuredClone()}}
101+
* globalThis.{{WebAssembly}}.{{WebAssembly/compile()}}
102+
* globalThis.{{WebAssembly}}.{{WebAssembly/compileStreaming()}}
103+
* globalThis.{{WebAssembly}}.{{WebAssembly/instantiate()}}
104+
* globalThis.{{WebAssembly}}.{{WebAssembly/instantiateStreaming()}}
105+
* globalThis.{{WebAssembly}}.{{WebAssembly/validate()}}
96106

97107
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>.
98108

0 commit comments

Comments
 (0)