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 f44fe25f9c Rewrite linear memory handling in terms of simple mmap/VirtualAlloc. 6 years ago
filetests Add more trapping testcases. 6 years ago
fuzz Rewrite linear memory handling in terms of simple mmap/VirtualAlloc. 6 years ago
lib Rewrite linear memory handling in terms of simple mmap/VirtualAlloc. 6 years ago
src Rewrite linear memory handling in terms of simple mmap/VirtualAlloc. 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 Rewrite linear memory handling in terms of simple mmap/VirtualAlloc. 6 years ago
LICENSE Adjust whitespace to match the upstream exception text. 6 years ago
README.md Mention that being usable as a library is a goal. 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, usable both standalone or as a library embedded in a larger application.
  • 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.