Skip to content

Commit

Permalink
Update features for wasmtime 15 (#358)
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

I wasn't sure whether to specify the version as "15" or "15.0" (or even
"15.0.0"). It seems to be inconsistent in the table. I used 15, as
wasmtime's releases are similar to a browser where on a fixed schedule
they bump the major version and bugfixes are done as patch versions
(minor versions aren't used).
  • Loading branch information
CryZe authored Nov 30, 2023
1 parent 009c410 commit ec5e2e7
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 ec5e2e7

Please sign in to comment.