mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 00:36:33 +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:
@ -354,6 +354,7 @@ impl<'a> LiveContext<'a> {
|
||||
ValueType::I64 => {}
|
||||
ValueType::F32 => {}
|
||||
ValueType::F64 => {}
|
||||
ValueType::V128 => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user