-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add more wasm features * Apply suggestions from code review Co-authored-by: Daniel D. Beck <[email protected]> * Update features/wasm-string-builtins.yml Co-authored-by: Daniel D. Beck <[email protected]> * npm run dist --------- Co-authored-by: Daniel D. Beck <[email protected]>
- Loading branch information
Showing
10 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Exception references with exnref (WebAssembly) | ||
description: When caught, an exception is reified into an exception reference, a value of the new type `exnref`. | ||
spec: https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md | ||
group: webassembly | ||
compat_features: | ||
- webassembly.exceptionsFinal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Generated from: wasm-exnref-exceptions.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
firefox: "131" | ||
firefox_android: "131" | ||
compat_features: | ||
- webassembly.exceptionsFinal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Memory64 (WebAssembly) | ||
description: Instructions accept 64-bit memory indexes. | ||
spec: https://github.com/WebAssembly/memory64/blob/main/proposals/memory64/Overview.md | ||
group: webassembly | ||
compat_features: | ||
- webassembly.memory64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Generated from: wasm-memory64.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: {} | ||
compat_features: | ||
- webassembly.memory64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: String builtins (WebAssembly) | ||
description: The WebAssembly builtin string functions mirror a subset of the JavaScript `String` API and adapt it to be efficiently callable without JavaScript glue code. | ||
spec: https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md | ||
group: webassembly | ||
compat_features: | ||
- webassembly.jsStringBuiltins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Generated from: wasm-string-builtins.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
chrome: "130" | ||
edge: "130" | ||
compat_features: | ||
- webassembly.jsStringBuiltins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Typed function references (WebAssembly) | ||
description: A typed function reference can be called directly. | ||
spec: https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md | ||
group: webassembly | ||
compat_features: | ||
- webassembly.typedFunctionReferences |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Generated from: wasm-typed-fun-refs.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: low | ||
baseline_low_date: 2024-09-16 | ||
support: | ||
chrome: "119" | ||
chrome_android: "119" | ||
edge: "119" | ||
firefox: "120" | ||
firefox_android: "120" | ||
safari: "18" | ||
safari_ios: "18" | ||
compat_features: | ||
- webassembly.typedFunctionReferences |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters