Go to file
Ivan Enderlin f9ef4a650b feat(interface-types) Re-implement interface kinds.
Adopt a flat structure: Flat resolved imports, flat resolved exports,
flat resolved types etc.

Also, use the latest textual format for adapters & co.
2020-02-24 18:12:01 +01:00
src feat(interface-types) Re-implement interface kinds. 2020-02-24 18:12:01 +01:00
tests feat(interface-types) Re-implement Type. 2020-02-24 16:23:31 +01:00
Cargo.toml Merge branch 'master' into feat-interface-types-decoders-wat 2020-02-21 12:24:52 +01:00
README.md doc(readme) Fix logo. 2020-02-21 13:39:43 +01:00

Wasmer logo

Build Status License Join the Wasmer Community Number of downloads from crates.io Read our API documentation

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.