added unlicense, more style, started math imports

This commit is contained in:
2021-11-03 22:06:04 +01:00
parent a6336c5d11
commit 160afba8b0
10 changed files with 167 additions and 12 deletions

3
platform/base.cwa Normal file
View File

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