Skip to content

Commit 3000f9f

Browse files
committed
chore: try common-wasi
1 parent 6cddb40 commit 3000f9f

File tree

2 files changed

+22
-31
lines changed

2 files changed

+22
-31
lines changed

Cargo.lock

Lines changed: 16 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,9 @@ rest_pat_in_fully_bound_structs = "warn"
449449
verbose_file_reads = "warn"
450450
# https://github.com/rustwasm/wasm-bindgen/issues/3944
451451
#mem_forget = "warn"
452+
453+
[patch.crates-io]
454+
wasmer = { git = "https://github.com/hardfist/wasmer", package = "wasmer", branch = "wasi-common", default-features = false }
455+
wasmer-cache = { git = "https://github.com/hardfist/wasmer", package = "wasmer-cache", branch = "wasi-common" }
456+
wasmer-compiler-cranelift = { git = "https://github.com/hardfist/wasmer", package = "wasmer-compiler-cranelift", branch = "wasi-common", default-features = false }
457+
wasmer-wasix = { git = "https://github.com/hardfist/wasmer", package = "wasmer-wasix", branch = "wasi-common", default-features = false }

0 commit comments

Comments
 (0)