Skip to content

Commit 46018e3

Browse files
committed
chore: try common-wasi
1 parent 6cddb40 commit 46018e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)