mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
82cf572245
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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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.