wasmer/lib/runtime-core
2020-05-11 13:48:41 -07:00
..
src make func clonable 2020-05-02 12:28:00 +03:00
build.rs Support Android 2020-03-23 11:55:31 +09:00
Cargo.toml Prepare for 0.17.0 release 2020-05-11 13:48:41 -07:00
image-loading-freebsd-x86-64.s Port to FreeBSD 2020-01-28 21:49:55 +01:00
image-loading-linux-x86-64.s Save and restore the additional XMM registers in OSR too. 2019-10-21 19:44:16 -07:00
image-loading-macos-x86-64.s Save and restore the additional XMM registers in OSR too. 2019-10-21 19:44:16 -07: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 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.