mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-27 05:01:02 +00:00
1350: update blake3 to 0.3.1 r=syrusakbary a=oconnor663 Version 0.3.0 caused problems because it required a C compiler with AVX-512 support, which broke Android x86 cross-compilation. Version 0.3.1 automatically falls back to a pure Rust build when the C compiler either doesn't exist or doesn't support the flags we need. Co-authored-by: Jack O'Connor <oconnor663@gmail.com>
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.