Go to file
Ivan Enderlin db99d2cabd feat(interface-types) Implement s64-to-i32x and u64-to-i32x
Actually, `s64-to-i32` and `u64-to-i32` already error when overflow
happens.
2020-03-03 17:17:26 +01:00
src feat(interface-types) Implement s64-to-i32x and u64-to-i32x 2020-03-03 17:17:26 +01:00
tests test(interface-types) Fix all tests based on previous commits. 2020-02-26 15:32:14 +01:00
Cargo.toml Prepare for 0.14.1 release 2020-02-24 13:20:12 -08: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.