diff --git a/document/js-api/index.bs b/document/js-api/index.bs index 2cc5a89a..b47b8ea9 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -20,6 +20,12 @@ Prepare For TR: true "title": "WebAssembly Core Specification", "publisher": "W3C WebAssembly Community Group", "status": "Draft" + }, + "BIGINT": { + "href": "https://tc39.github.io/proposal-bigint/", + "title": "BigInt Specification", + "publisher": "TC39", + "status": "Stage 3 proposal" } } @@ -160,11 +166,18 @@ urlPrefix: https://webassembly.github.io/spec/core/; spec: WebAssembly; type: df text: var text: const text: address; url: exec/runtime.html#addresses +<<<<<<< HEAD text: signed_32; url: exec/numerics.html#aux-signed text: grow_memory; url: exec/instructions.html#exec-grow-memory text: current frame; url: exec/conventions.html#exec-notation-textual text: π—†π—ˆπ–½π—Žπ—…π–Ύ; url: exec/runtime.html#syntax-frame text: π—†π–Ύπ—†π–Ίπ–½π–½π—‹π—Œ; url: exec/runtime.html#syntax-moduleinst +======= + text: signed_64; url: exec/numerics.html#aux-signed +urlPrefix: https://tc39.github.io/proposal-bigint/; spec: BIGINT; type: dfn + text: ToBigInt64; url: #sec-to-big-int64 + text: BigInt; url: #sec-ecmascript-language-types-bigint-type +>>>>>>> [spec] Normative: Add i64<->BigInt conversion in JS API