Fix some other files too

This commit is contained in:
Jordan Danford
2019-09-30 22:50:04 -07:00
parent 5a92e6b450
commit 9be72e6808
9 changed files with 28 additions and 31 deletions

View File

@ -36,7 +36,7 @@ This crate represents the LLVM backend integration for Wasmer.
If you are using the `wasmer` CLI, you can specify the backend with:
```bash
```sh
wasmer run program.wasm --backend=llvm
```