mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 02:12:13 +00:00
Version 0.3 switched to using assembly implementations by default, which both perform better and build more quickly. This invokes the C compiler from build.rs. If Wasmer would prefer to avoid that build dependency, we could enable the new `pure` feature.
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.