Skip to content

Commit

Permalink
Update features for wasmtime 15
Browse files Browse the repository at this point in the history
https://github.com/bytecodealliance/wasmtime/releases/tag/v15.0.0

> The WebAssembly threads, multi-memory, and relaxed-simd proposals are now enabled by default.
> bytecodealliance/wasmtime#7285
  • Loading branch information
CryZe authored Nov 30, 2023
1 parent 009c410 commit 5c9c271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,16 @@
"bulkMemory": "0.20",
"jspi": null,
"memory64": ["flag", "Requires flag `--wasm-features=memory64`"],
"multiMemory": ["flag", "Requires flag `--wasm-features=multi-memory`"],
"multiMemory": "15",
"multiValue": "0.17",
"mutableGlobals": true,
"referenceTypes": "0.20",
"relaxedSimd": ["flag", "Requires flag `--wasm-features=relaxed-simd`"],
"relaxedSimd": "15",
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "0.33",
"tailCall": ["flag", "Requires flag `--wasm-features=tail-call`"],
"threads": ["flag", "Requires flag `--wasm-features=threads`"]
"threads": "15"
}
},
"Wasmer": {
Expand Down

0 comments on commit 5c9c271

Please sign in to comment.