wasmtime now in Bytecode Alliance

This commit is contained in:
Gabor Greif
2020-02-28 23:16:27 +01:00
committed by GitHub
parent 0dbfad3aa7
commit d7b0644cac

View File

@@ -45,7 +45,7 @@ intend WASI to be implementable in many wasm VMs.
### Wasmtime ### Wasmtime
[Wasmtime] is a non-Web WebAssembly engine which is part of the [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 it, download the code and build with `cargo build --release`. It can
run WASI-using wasm programs by simply running `wasmtime foo.wasm`, run WASI-using wasm programs by simply running `wasmtime foo.wasm`,
or `cargo run --bin wasmtime foo.wasm`. or `cargo run --bin wasmtime foo.wasm`.