From e38f06a753872a306a43c82fdcbbebdc34ea28e2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 18 Mar 2024 12:03:51 +0100 Subject: [PATCH 1/2] Update README.md I have no idea what I'm doing, but, I found this to be necessary before I could `sample/run` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 012a5d85..41158a06 100644 --- a/README.md +++ b/README.md @@ -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` From 6b467f2955db313c35c1fcc14c46b30c15398f82 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 18 Mar 2024 12:06:49 +0100 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Doeraene --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41158a06..9881a5e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Usage -- first, `npm install jszip` +- first, `npm install` - 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`