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

Commit ef0ed57

Browse files
authored
Merge pull request #23 from SethTisue/patch-1
Supply missing step in readme
2 parents 025fddc + 6b467f2 commit ef0ed57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Usage
66

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

0 commit comments

Comments
 (0)