Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions features.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "./features.schema.json",
"features": {
"acquireReleaseAtomics": {
"description": "Acquire-Release Atomics",
"url": "https://github.com/WebAssembly/acquire-release-atomics",
"phase": 2
},
"bigInt": {
"description": "JS BigInt to Wasm i64 Integration",
"url": "https://github.com/WebAssembly/JS-BigInt-integration",
Expand Down Expand Up @@ -264,6 +269,10 @@
"logo": "/images/chrome.svg",
"category": "Web Browsers",
"features": {
"acquireReleaseAtomics": [
"flag",
"Requires CLI flag `--js-flags=--experimental-wasm-acquire-release`"
],
"bigInt": "85",
"branchHinting": "137",
"bulkMemory": "75",
Expand Down Expand Up @@ -744,6 +753,7 @@
"logo": "/images/binaryen.svg",
"category": "Tools",
"features": {
"acquireReleaseAtomics": true,
"bigInt": true,
"branchHinting": true,
"bulkMemory": true,
Expand Down
Loading