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
0a2ecf5a1e
|
6 years ago | |
---|---|---|
filetests | 6 years ago | |
fuzz | 6 years ago | |
lib | 6 years ago | |
src | 6 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 6 years ago | |
.rustfmt.toml | 6 years ago | |
.travis.yml | 6 years ago | |
CODE_OF_CONDUCT.md | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
Cargo.toml | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
appveyor.yml | 6 years ago | |
clippy.toml | 6 years ago | |
format-all.sh | 6 years ago | |
publish-all.sh | 6 years ago | |
test-all.sh | 6 years ago |
README.md
Wasmtime: a WebAssembly Runtime.
A standalone wasm-only runtime for WebAssembly, using Cranelift.
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.