mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-16 12:31:19 +00:00
The semantics of “types” have changed since the previous draft. Now, a type is like a regular WebAssembly type but with Interface Types.
Wasmer Interface Types
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with WASI, Emscripten, Rust and Go. Learn more.
This crate is an implementation of the living WebAssembly Interface Types standard.