mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Fix compilation and support on 32-bit targets
This commit is contained in:
@ -16,4 +16,4 @@ parity-wasm = "0.27"
|
||||
serde_json = "1.0"
|
||||
wasm-bindgen-shared = { path = "../shared", version = '=0.2.2' }
|
||||
wasm-gc-api = "0.1"
|
||||
wasmi = "0.1"
|
||||
wasmi = { version = "0.1", features = ["opt-in-32bit"] }
|
||||
|
Reference in New Issue
Block a user