Skip to content

Commit

Permalink
Update features.json with Wasmtime tail-call support (#339)
Browse files Browse the repository at this point in the history
Support for the tail-call proposal landed in
bytecodealliance/wasmtime#6774
  • Loading branch information
fitzgen authored Jul 31, 2023
1 parent e307f84 commit e691e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "0.33",
"tailCall": ["flag", "Requires flag `--wasm-features=tail-call`"],
"threads": null
}
},
Expand Down

0 comments on commit e691e7f

Please sign in to comment.