We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80a706 commit 9a6a15fCopy full SHA for 9a6a15f
Cargo.toml
@@ -39,3 +39,6 @@ members = [
39
lto = true
40
opt-level = 's'
41
panic = 'abort'
42
+
43
+[patch.crates-io]
44
+parity-wasm = { git = 'https://github.com/alexcrichton/parity-wasm', branch = 'fix-overflow' }
crates/cli-support/Cargo.toml
@@ -16,4 +16,4 @@ parity-wasm = "0.27"
16
serde_json = "1.0"
17
wasm-bindgen-shared = { path = "../shared", version = '=0.2.2' }
18
wasm-gc-api = "0.1"
19
-wasmi = "0.1"
+wasmi = { version = "0.1", features = ["opt-in-32bit"] }
0 commit comments