mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 05:21:24 +00:00
Update parity-wasm dependency
While doing this, make `parity-wasm` a public dependency of all crates instead of using the `Any` trick as that's not really needed any more.
This commit is contained in:
@ -126,7 +126,7 @@ fn rmain() -> Result<(), Error> {
|
||||
let mut b = Bindgen::new();
|
||||
b.debug(debug)
|
||||
.nodejs(node)
|
||||
.input_module(module, wasm, |w| parity_wasm::serialize(w).unwrap())
|
||||
.input_module(module, wasm)
|
||||
.keep_debug(false)
|
||||
.generate(&tmpdir)
|
||||
.context("executing `wasm-bindgen` over the wasm file")?;
|
||||
|
Reference in New Issue
Block a user