mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-01 07:21:03 +00:00
404: Update to newer common wasmparser version r=xmclark a=bjfish - versions should match to have matching types in a common parser - the `0.29.2` version matches the current parser version of cranelift-wasm 406: Cleanup some clippy warnings r=xmclark a=bjfish Cleaned up some - long literal lacking separators - unneeded return Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com>
Wasmer singlepass backend
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with Emscripten, Rust and Go. Learn more.
This crate represents the singlepass backend.