Skip to content

Commit

Permalink
Extra period
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 31, 2025
1 parent f5bc5da commit a2af493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/smart-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ TODO Could we install some of the tools in the docker container instead of makin

To verify that `wabt` is installed, run the command `wasm-strip --version` and verify that the version is at least 1.0.31.
If not, you can download this version directly and extract its files: https://github.com/WebAssembly/wabt/releases/tag/1.0.31.
Then, whenever you have to use `wasm-strip`, you can use `.<path_to_wabt_1.0.31>/bin/wasm-strip` instead.
Then, whenever you have to use `wasm-strip`, you can use `<path_to_wabt_1.0.31>/bin/wasm-strip` instead.

## Tutorial application

Expand Down

0 comments on commit a2af493

Please sign in to comment.