summaryrefslogtreecommitdiff
path: root/sw/Core/Src/wasmbuild.bat
diff options
context:
space:
mode:
authorStijn Kuipers <stijnkuipers@gmail.com>2023-06-29 16:26:07 +0200
committerStijn Kuipers <stijnkuipers@gmail.com>2023-06-29 16:26:07 +0200
commitfb5a321dd7c2848128b04b306f3e1e59c87a3f70 (patch)
treea8ef6273f9f331ebb1971a9baf20a8c897955612 /sw/Core/Src/wasmbuild.bat
parentbae7568fd4dd0676b370be8548c7ec95d6521ba1 (diff)
downloadplinky-fb5a321dd7c2848128b04b306f3e1e59c87a3f70.tar.gz
Initial Filedump
Tadaaa!!
Diffstat (limited to 'sw/Core/Src/wasmbuild.bat')
-rwxr-xr-xsw/Core/Src/wasmbuild.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Core/Src/wasmbuild.bat b/sw/Core/Src/wasmbuild.bat
new file mode 100755
index 0000000..f247121
--- /dev/null
+++ b/sw/Core/Src/wasmbuild.bat
@@ -0,0 +1,2 @@
+@echo off
+emcc -DEMU -DWASM gfx.c plinky.c -Os -s WASM=1 -s TOTAL_MEMORY=67108864 -o plinky.js