Skip to content

Commit

Permalink
Merge pull request #889 from permaweb/jrdn91/update-dev-cli-docs
Browse files Browse the repository at this point in the history
docs(dev-cli): update docs to reflect changes made to building wasm
  • Loading branch information
jrdn91 authored Jul 17, 2024
2 parents 98c5f10 + f73c67d commit 8394fdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,9 @@ You can also run `ao [command] --help` for command-lvl help.

## Testing example

Once you have built your Lua into Wasm using `ao build`, the output will be a
`process.js` and a `process.wasm` file.
Once you have built your Lua into Wasm using `ao build`, the output will be a `process.wasm` file.

The `process.js` file is the JS interop that allows invoking Wasm from a JS
program, while the `process.wasm` is your Lua code compiled into Wasm.
The `process.wasm` is your Lua code compiled into Wasm.

## For Developers

Expand Down

0 comments on commit 8394fdd

Please sign in to comment.