Skip to content

Commit

Permalink
upgrade wasmtime to v14.0.2 and update wasmtime cli options
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yfaming committed Oct 27, 2023
1 parent c6cbdef commit c002723
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 500 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
**/target
**/.vscode
**/.vscode
*.swp
*.swo
Loading

0 comments on commit c002723

Please sign in to comment.