Added some more documentation.

This commit is contained in:
2021-11-06 12:38:12 +01:00
parent c63dc94487
commit 2178ca5296
3 changed files with 65 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
import "env.memory" memory(2);
export fn tic(time: i32) {}

View File

@@ -1,7 +1,4 @@
all: loader.wasm base.wasm
all: loader.wasm
loader.wasm: loader.cwa
curlywas loader.cwa
base.wasm: base.cwa
curlywas base.cwa