mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-21 10:30:51 +00:00
The behavior of `unused_parens` has changed since Rust 1.39. A warning is then raised. This patch fixes that.
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.