You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dan Gohman 4437bd1742 Add a CODE_OF_CONDUCT.nd and CONTRIBUTING.md. 6 years ago
filetests Add more trapping testcases. 6 years ago
fuzz Update to Cranelift 0.25. 6 years ago
lib Update to bindgen 0.44. 6 years ago
src Migrating to wabt::wat2wasm (#29) 6 years ago
.gitignore Remove python code artifacts. 6 years ago
.rustfmt.toml Update to cranelift's formatting and testing scripts. 6 years ago
.travis.yml Enable OSX builds on Travis. 6 years ago
CODE_OF_CONDUCT.md Add a CODE_OF_CONDUCT.nd and CONTRIBUTING.md. 6 years ago
CONTRIBUTING.md Add a CODE_OF_CONDUCT.nd and CONTRIBUTING.md. 6 years ago
Cargo.toml Migrating to wabt::wat2wasm (#29) 6 years ago
LICENSE Adjust whitespace to match the upstream exception text. 6 years ago
README.md Mention the goal of prototyping syscalls for proposal to reference-sysroot. 6 years ago
appveyor.yml Add a basic appveyor config file. 6 years ago
clippy.toml More code reorganization and cleanups. 6 years ago
format-all.sh Update to cranelift's formatting and testing scripts. 6 years ago
publish-all.sh Bump version to 0.0.0 6 years ago
test-all.sh Check for `cargo fmt` rather than checking for `rustfmt` directly. 6 years ago

README.md

Wasmtime: a WebAssembly Runtime.

A standalone wasm-only runtime for WebAssembly, 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.
  • Prototype syscall APIs that can be proposed for use in the WebAssembly Reference Sysroot.
  • 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.