Files
wasmtime/README.md
2018-12-04 18:24:50 -06:00

1.3 KiB

Wasmtime: a WebAssembly Runtime.

A standalone wasm-only runtime for [WebAsssembly], using Cranelift.

Travis Status Appveyor Status Gitter chat Minimum rustc 1.30

This is a work in progress that is not currently functional, but under active development.

Goals include:

  • Be a general-purpose engine for running WebAssembly code outside of browsers.
  • Support a variety of host APIs with fast calling sequences.
  • Facilitate testing, experimentation, and development around the Cranelift and Lightbeam JITs.
  • Develop a the native ABI used for compiling WebAssembly suitable for use in both JIT and AOT to native object files.

It's Wasmtime.