mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Before this change, 'wasmer run --backend=llvm some-simd.wasm' would run without complaint. Also, note that the flag is not part of the cache key, so after any successful run, we can run it again without passing the flag.
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.