mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-27 05:01:02 +00:00
Because we can use the `impl_traits!` macro with only one identifier, a warning is emitted saying the parenthesis are useless for this specific usecase. They are required for all the other usecases though. We can safely ignore this warning.
Wasmer Runtime Core
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with WASI, Emscripten, Rust and Go. Learn more.
This crate represents the core of the runtime. Consider
[wasmer-runtime
] for higher level APIs.