Skip to content

Commit

Permalink
updated publish script incase build not found
Browse files Browse the repository at this point in the history
  • Loading branch information
anistark committed Apr 4, 2024
1 parent 2261f45 commit ea6ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can compile your module by running the following command:
```sh
just wasm
```
This should result in an artifacts directory being created in your project root. Inside you will find a `my_module.wasm` file that is your module’s binary. Make sure it's the same name as mentioned in `Cargo.toml` file. If not, just edit it to match.
This should result in an artifacts directory being created in your project root. Inside you will find a `my_module.wasm` file that is your module’s binary.

### Testing

Expand Down

0 comments on commit ea6ab1a

Please sign in to comment.