Merge pull request #1021 from ggreif/patch-1

wasmtime now in Bytecode Alliance
This commit is contained in:
Alex Crichton
2020-02-28 17:40:33 -06:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ intend WASI to be implementable in many wasm VMs.
### Wasmtime
[Wasmtime] is a non-Web WebAssembly engine which is part of the
[CraneStation project](https://github.com/CraneStation/). To build
[Bytecode Alliance project](https://bytecodealliance.org). To build
it, download the code and build with `cargo build --release`. It can
run WASI-using wasm programs by simply running `wasmtime foo.wasm`,
or `cargo run --bin wasmtime foo.wasm`.