mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-23 03:20:50 +00:00
Rustc complains that: warning: unused import: `parse::LoadError` --> lib/runtime-core/src/codegen.rs:7:5 | 7 | parse::LoadError, | ^^^^^^^^^^^^^^^^ |
Wasmer Runtime Core
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with Emscripten, Rust and Go. Learn more.
This crate represents the core of the runtime.