mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
add source file to build wasm module with just ges emulation
This commit is contained in:
5
platform/src/ges_only.cwa
Normal file
5
platform/src/ges_only.cwa
Normal 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"
|
||||||
Reference in New Issue
Block a user