UNPKG
wasm4
Version:
latest (2.7.1)
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Build retro games using WebAssembly for a fantasy console.
wasm4.org
aduros/wasm4
wasm4
/
assets
/
templates
/
grain
/
Makefile
10 lines
(8 loc)
•
296 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
build: grain compile
--release
--elide-type-info
\
--import-memory
--use-start-section
--memory-base
8192 \
--initial-memory-pages
1
--maximum-memory-pages
1 \
--wasi-polyfill
bindings/wasm4-wasi-polyfill.gr -I bindings \ app/main.gr -o cart.wasm clean: find -name '*.wasm' | xargs rm