@@ -15,28 +15,29 @@ anyhow = { version = "1.0.95", default-features = false }
1515heck = { version = " 0.5" , default-features = false }
1616js-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" ] }
1920rand = { version = " 0.8" , default-features = false }
2021serde_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+ # ] }
4041wit-bindgen = { version = " 0.41.0" , features = [ " macros" , " async" , " realloc" ] }
4142wit-bindgen-core = { version = " 0.41.0" , default-features = false }
4243wit-component = { version = " 0.227.1" , features = [" dummy-module" ] }
0 commit comments