Skip to content

Commit 63e3a78

Browse files
author
Pat Hickey
committed
need a fix to typechecking in wasmtime upstream
1 parent 295a404 commit 63e3a78

File tree

2 files changed

+59
-35
lines changed

2 files changed

+59
-35
lines changed

Cargo.lock

+57-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pulldown-cmark = { version = "0.8", default-features = false }
2525
clap = { version = "4.0.9", features = ["derive"] }
2626
env_logger = "0.9.1"
2727

28-
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "main" , features = ["component-model"] }
29-
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "main" }
28+
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "pch/stub_component_type_typedef_for_exports" , features = ["component-model"] }
29+
wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "pch/stub_component_type_typedef_for_exports" }
3030
wasmprinter = "0.2.41"
3131
wasmparser = "0.92.0"
3232
wasm-encoder = "0.18.0"

0 commit comments

Comments
 (0)