Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Enable wasmtime compile subcommand for modules using continuation f…
Browse files Browse the repository at this point in the history
…eatures (#49)

This patch pins `wat` and `wasmprinter` to our fork of `wasm-tools`.
  • Loading branch information
dhil authored Jul 13, 2023
1 parent afe3039 commit 48248ee
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
41 changes: 24 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ wit-bindgen = { version = "0.7.0", default-features = false }

# wasm-tools family:
wasmparser = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wat = "1.0.66"
wat = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wast = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wasmprinter = "0.2.59"
wasmprinter = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wasm-encoder = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wasm-smith = "0.12.10"
wasm-mutate = "0.2.27"
Expand Down

0 comments on commit 48248ee

Please sign in to comment.