successfully compile basic test to wasm

This commit is contained in:
2021-10-25 21:12:56 +02:00
parent b8b0a21ef9
commit 3b4eeb5f9c
9 changed files with 435 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
import time: i32;
import "uw8.ram" memory(2);
import "uw8.time" global time: i32;
export fn tic() {
let i = 0;