Skip to content

Commit c57cdc5

Browse files
peteleElchi3
authored andcommitted
Add WebAssembly features
1 parent 5e1629a commit c57cdc5

36 files changed

+352
-116
lines changed

features/draft/spec/wasm-core-2-fork-gc.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

features/draft/spec/wasm-js-api-2-fork-exception-handling.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

features/draft/spec/wasm-js-api-2-fork-threads.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

features/draft/spec/wasm-js-api-2-fork-threads.yml.dist

Lines changed: 0 additions & 17 deletions
This file was deleted.

features/draft/spec/wasm-web-api-2.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

features/draft/spec/wasm-web-api-2.yml.dist

Lines changed: 0 additions & 18 deletions
This file was deleted.

features/wasm-bigint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
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/
4+
caniuse: wasm-bigint
5+
compat_features:
6+
- webassembly.BigInt-to-i64-integration

features/wasm-bigint.yml.dist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: wasm-bigint.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2021-04-26
7+
baseline_high_date: 2023-10-26
8+
support:
9+
chrome: "85"
10+
chrome_android: "85"
11+
edge: "85"
12+
firefox: "78"
13+
firefox_android: "79"
14+
safari: "14.1"
15+
safari_ios: "14.5"
16+
compat_features:
17+
- webassembly.BigInt-to-i64-integration

features/wasm-bulk-memory.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: WebAssembly bulk memory operations
2+
description: An extension to WebAssembly adding bulk memory operations and conditional segment initialization.
3+
spec: https://webassembly.github.io/gc/core/bikeshed/
4+
caniuse: wasm-bulk-memory
5+
compat_features:
6+
- webassembly.bulk-memory-operations

features/wasm-bulk-memory.yml.dist

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: wasm-bulk-memory.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2021-10-25
7+
baseline_high_date: 2024-04-25
8+
support:
9+
chrome: ≤80
10+
chrome_android: "80"
11+
edge: ≤80
12+
firefox: "78"
13+
firefox_android: "79"
14+
safari: "15.1"
15+
safari_ios: "15.1"
16+
compat_features:
17+
- webassembly.bulk-memory-operations

0 commit comments

Comments
 (0)