Skip to content

Commit 598042b

Browse files
committed
Changed back to the crates
1 parent 54bdde6 commit 598042b

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,29 @@ anyhow = { version = "1.0.95", default-features = false }
1515
heck = { version = "0.5", default-features = false }
1616
js-component-bindgen = { version = "1.11.0" }
1717
#orca-wasm = { version = "0.9.2", default-features = false }
18-
wirm = { path = "../wirm/", features = ["parallel"] }
18+
# wirm = { path = "../wirm/", features = ["parallel"] }
19+
wirm = { version = "2.1.0", features = ["parallel"] }
1920
rand = { version = "0.8", default-features = false }
2021
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
21-
# wasm-encoder = { version = "0.227.1", features = [ "component-model", "std" ] }
22-
# wasmparser = { version = "0.239.0", features = ["features",
23-
# "component-model",
24-
# "hash-collections",
25-
# "serde",
26-
# "simd" ,
27-
# "std",
28-
# "validate",
29-
# ] }
30-
31-
wasm-encoder = { path = "../wasm-tools/crates/wasm-encoder/", features = [ "component-model", "std" ] }
32-
wasmparser = { path = "../wasm-tools/crates/wasmparser/", features = ["features",
22+
wasm-encoder = { version = "0.227.1", features = [ "component-model", "std" ] }
23+
wasmparser = { version = "0.239.0", features = ["features",
3324
"component-model",
3425
"hash-collections",
3526
"serde",
3627
"simd" ,
3728
"std",
3829
"validate",
3930
] }
31+
32+
# wasm-encoder = { path = "../wasm-tools/crates/wasm-encoder/", features = [ "component-model", "std" ] }
33+
# wasmparser = { path = "../wasm-tools/crates/wasmparser/", features = ["features",
34+
# "component-model",
35+
# "hash-collections",
36+
# "serde",
37+
# "simd" ,
38+
# "std",
39+
# "validate",
40+
# ] }
4041
wit-bindgen = { version = "0.41.0", features = [ "macros", "async", "realloc" ] }
4142
wit-bindgen-core = { version = "0.41.0", default-features = false }
4243
wit-component = { version = "0.227.1", features = ["dummy-module"] }

0 commit comments

Comments
 (0)