Skip to content

Commit

Permalink
Update Chrome & V8 flags for JSPI (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizi authored Apr 8, 2024
1 parent 9f03245 commit f1fc43e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"exceptions": "95",
"extendedConst": "114",
"gc": "119",
"jspi": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-stack-switching`"],
"jspi": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-jspi`"],
"memory64": ["flag", "Requires flag `chrome://flags/#enable-experimental-webassembly-features`"],
"multiMemory": "120",
"multiValue": "85",
Expand Down Expand Up @@ -203,7 +203,7 @@
"exceptions": "17.0",
"extendedConst": ["flag", "Requires flag `--experimental-wasm-extended-const`"],
"gc": "22.0",
"jspi": ["flag", "Requires flag `--experimental-wasm-stack-switching`"],
"jspi": ["flag", "Requires flag `--experimental-wasm-jspi`"],
"memory64": ["flag", "Requires flag `--experimental-wasm-memory64`"],
"multiMemory": ["flag", "Requires flag `--experimental-wasm-multi-memory`"],
"multiValue": "15.0",
Expand All @@ -227,7 +227,7 @@
"exceptions": "1.16",
"extendedConst": ["flag", "Requires flag `--v8-flags=--experimental-wasm-extended-const`"],
"gc": "1.38",
"jspi": ["flag", "Requires flag `--v8-flags=--experimental-stack-switching`"],
"jspi": ["flag", "Requires flag `--v8-flags=--experimental-wasm-jspi`"],
"memory64": ["flag", "Requires flag `--v8-flags=--experimental-wasm-memory64`"],
"multiValue": "1.3.2",
"mutableGlobals": "0.1",
Expand All @@ -238,7 +238,7 @@
"simd": "1.9",
"tailCall": ["flag", "Requires flag `--v8-flags=--experimental-wasm-return-call`"],
"threads": "1.9",
"typeReflection": ["flag", "Requires corresponding v8 flag (`--v8-flags=\"...\"`)"]
"typeReflection": ["flag", "Requires flag `--v8-flags=--experimental-wasm-type-reflection`"]
}
},
"wasm2c": {
Expand Down

0 comments on commit f1fc43e

Please sign in to comment.