Skip to content

Commit c002723

Browse files
committed
upgrade wasmtime to v14.0.2 and update wasmtime cli options
Since wasmtime v14.0.0, the `--wasm-features` option for `wasmtime run` has been changed to `--wasm` (or `-W`). See bytecodealliance/wasmtime#6925 for more information.
1 parent c6cbdef commit c002723

File tree

9 files changed

+416
-500
lines changed

9 files changed

+416
-500
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
**/target
2-
**/.vscode
2+
**/.vscode
3+
*.swp
4+
*.swo

0 commit comments

Comments
 (0)