Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ good insight into the internals of the execution in a step-wise manner.

## CLI

You can simply use `cargo run` or build/intall the binary as follows:
You can simply use `cargo run` or build/install the binary as follows:

```
# to build in debug mode
Expand All @@ -42,9 +42,9 @@ $ cargo run -- <script.bs>

## WASM

There are wasm bindings provided. For API documentation, see the `src/wasm.rs`a file.
There are wasm bindings provided. For API documentation, see the `src/wasm.rs` file.

To build the WASM bindings, [install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)
To build the WASM bindings, [install wasm-pack](https://drager.github.io/wasm-pack/)
and then run the following script:

```
Expand Down