File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : WebAssembly BigInt to i64 conversion in JS
2- description : An extension to the WebAssembly JS API for bidrectionally converting BigInts and 64-bit WebAssembly integer values.
3- spec : https://webassembly.github.io/spec/js-api/
2+ description : An extension to the WebAssembly JS API for bidirectionally converting BigInts and 64-bit WebAssembly integer values.
3+ spec : https://webassembly.github.io/spec/js-api/#ref-for-syntax-numtype①⓪
44caniuse : wasm-bigint
55compat_features :
66 - webassembly.BigInt-to-i64-integration
Original file line number Diff line number Diff line change 11name : WebAssembly multi-memory
2- description : An extension to WebAssembly to all the use of multiple memories within a single Wasm module.
2+ description : An extension to WebAssembly to allow the use of multiple memories within a single Wasm module.
33spec : https://webassembly.github.io/gc/core/bikeshed/
44compat_features :
55 - webassembly.multiMemory
Original file line number Diff line number Diff line change 1- name : WebAssembly import & export of mutable globals
1+ name : WebAssembly import and export of mutable globals
22description : An extension to WebAssembly import and export of mutable global variables.
33spec : https://webassembly.github.io/gc/core/bikeshed/
44caniuse : wasm-mutable-globals
Original file line number Diff line number Diff line change 11name : WebAssembly
2- description : WebAssembly or "wasm " is a new portable, size- and load-time-efficient format suitable for compilation to the web.
2+ description : WebAssembly or "WASM " is a new portable, size- and load-time-efficient binary instruction format suitable for compilation to the web.
33spec : https://webassembly.github.io/gc/core/bikeshed/
44caniuse : wasm
55compat_features :
You can’t perform that action at this time.
0 commit comments