diff --git a/document/js-api/index.bs b/document/js-api/index.bs index d6cabb20f3..d9c9c87229 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -23,6 +23,12 @@ Date: now "title": "WebAssembly Core Specification", "publisher": "W3C WebAssembly Community Group", "status": "Draft" + }, + "WASMWEB": { + "href": "https://webassembly.github.io/spec/js-api/", + "title": "WebAssembly Web API Specification", + "publisher": "W3C WebAssembly Community Group", + "status": "Draft" } } @@ -48,6 +54,8 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT text: ℤ; url: #ℤ text: SameValue; url: sec-samevalue urlPrefix: https://webassembly.github.io/spec/core/; spec: WebAssembly; type: dfn + text: embedding interface; url: appending/embedding.html + text: scope; url: intro/introduction.html#scope url: valid/modules.html#valid-module text: valid text: WebAssembly module validation @@ -174,7 +182,14 @@ emu-const { } -This API provides a way to access WebAssembly [[WEBASSEMBLY]] through a bridge to explicitly construct modules from JavaScript [[ECMASCRIPT]]. +
{
- "ECMA-262": {
- "href": "https://tc39.github.io/ecma262",
- "title": "ECMAScript® Language Specification",
- "publisher": "ECMA TC39",
- "status": "Current Editor's Draft"
- },
"WEBASSEMBLY": {
"href": "https://webassembly.github.io/spec/core/",
"title": "WebAssembly Core Specification",
@@ -40,7 +34,7 @@ Date: now
-urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
+urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT
type: exception; for: ECMAScript
text: TypeError; url: sec-native-error-types-used-in-this-standard-typeerror
type: interface
@@ -71,12 +65,16 @@ url:https://fetch.spec.whatwg.org/#concept-body-consume-body;text:consume body;t
-spec:ecma-262; type:exception; for:ECMAScript; text:TypeError +spec:ecmascript; type:exception; for:ECMAScript; text:TypeError spec:fetch; type:dfn; text:get spec:webidl; type:dfn; text:resolve+ +