Skip to content

Commit

Permalink
support wasm64 variants
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
cpetig committed Mar 12, 2024
1 parent 0f0c6c3 commit 0dc46e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ wasmparser = { workspace = true }
wasm-encoder = { workspace = true }

[patch.crates-io]
wit-parser = { path = "../wasm-tools/crates/wit-parser" }
wit-parser = { git = "https://github.com/cpetig/wasm-tools" }

0 comments on commit 0dc46e5

Please sign in to comment.