Skip to content

Commit

Permalink
Support wat files when adapting core wasm (#399)
Browse files Browse the repository at this point in the history
* Allow `wat` files to be adapted to components

* Support `proc_exit` in guest wasm

* Support `wat` files as arguments to `viceroy adapt`

* Enable `wat` tests for components

* Update the lock files
  • Loading branch information
elliottt authored Jul 3, 2024
1 parent 1de2be2 commit 5647b08
Show file tree
Hide file tree
Showing 12 changed files with 184 additions and 133 deletions.
99 changes: 50 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ wasmtime = "22.0.0"
wasmtime-wasi = "22.0.0"
wasmtime-wasi-nn = "22.0.0"
wiggle = "22.0.0"
wat = "1.212.0"
wasmparser = "0.208.0"
wasm-encoder = { version = "0.208.0", features = ["wasmparser"] }
wit-component = "0.208.0"
Expand Down
Loading

0 comments on commit 5647b08

Please sign in to comment.