Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Supply missing step in readme #23

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Usage

- `sample/run` to compile `sample/src/main/scala/Sample.scala`.
- first, `npm install jszip`
- then `sample/run` to compile `sample/src/main/scala/Sample.scala`.
- prints the WebAssembly Text Format (WAT) (Stack IR form) to the console, for debugging
- writes the binary format (WASM) to `target/output.wasm`

Expand Down