mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +00:00
Fix compilation and support on 32-bit targets
This commit is contained in:
parent
f80a7067a0
commit
9a6a15f605
@ -39,3 +39,6 @@ members = [
|
|||||||
lto = true
|
lto = true
|
||||||
opt-level = 's'
|
opt-level = 's'
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
parity-wasm = { git = 'https://github.com/alexcrichton/parity-wasm', branch = 'fix-overflow' }
|
||||||
|
@ -16,4 +16,4 @@ parity-wasm = "0.27"
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
wasm-bindgen-shared = { path = "../shared", version = '=0.2.2' }
|
wasm-bindgen-shared = { path = "../shared", version = '=0.2.2' }
|
||||||
wasm-gc-api = "0.1"
|
wasm-gc-api = "0.1"
|
||||||
wasmi = "0.1"
|
wasmi = { version = "0.1", features = ["opt-in-32bit"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user