Skip to content

Commit fff1a9c

Browse files
committed
feat: reduce wasmer-wasix size
1 parent 32f5584 commit fff1a9c

File tree

4 files changed

+266
-878
lines changed

4 files changed

+266
-878
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ resolver = "2"
132132
walkdir = "2.4.0"
133133
wasm-bindgen = "0.2.91"
134134
wasm-bindgen-futures = "0.4.41"
135-
wasmer = { version = "6.0.0", default-features = false }
136-
wasmer-wasix = { version = "0.600.0", default-features = false }
135+
wasmer = { git = "https://github.com/hardfist/wasmer", package = "wasmer", branch = "disable-sys2", default-features = false }
136+
wasmer-cache = { git = "https://github.com/hardfist/wasmer", package = "wasmer-cache", branch = "disable-sys2" }
137+
wasmer-compiler-cranelift = { git = "https://github.com/hardfist/wasmer", package = "wasmer-compiler-cranelift", branch = "disable-sys2", default-features = false }
138+
wasmer-wasix = { git = "https://github.com/hardfist/wasmer", package = "wasmer-wasix", branch = "disable-sys2", default-features = false }
137139
wide = "0.7.32"
138140

139141
[profile.release]

0 commit comments

Comments
 (0)