Skip to content

Commit 3b29aed

Browse files
committed
Some fixes per Dietrich
1 parent c57cdc5 commit 3b29aed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

features/wasm-bigint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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①⓪
44
caniuse: wasm-bigint
55
compat_features:
66
- webassembly.BigInt-to-i64-integration

features/wasm-multi-memory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 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.
33
spec: https://webassembly.github.io/gc/core/bikeshed/
44
compat_features:
55
- webassembly.multiMemory

features/wasm-mutable-globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: WebAssembly import & export of mutable globals
1+
name: WebAssembly import and export of mutable globals
22
description: An extension to WebAssembly import and export of mutable global variables.
33
spec: https://webassembly.github.io/gc/core/bikeshed/
44
caniuse: wasm-mutable-globals

features/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 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.
33
spec: https://webassembly.github.io/gc/core/bikeshed/
44
caniuse: wasm
55
compat_features:

0 commit comments

Comments
 (0)