add source file to build wasm module with just ges emulation

This commit is contained in:
2022-03-19 11:03:05 +01:00
parent 29186c806f
commit 0ade24ebf6

View File

@@ -0,0 +1,5 @@
import "env.memory" memory(1);
import "env.sin" fn sin(f32) -> f32;
import "env.pow" fn pow(f32, f32) -> f32;
include "ges.cwa"