mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 11:46:43 +01:00
add simple rng test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import "env.memory" memory(4);
|
||||
import "math.sin" fn sin(f32) -> f32;
|
||||
import "math.atan2" fn atan2(f32, f32) -> f32;
|
||||
import "env.sin" fn sin(f32) -> f32;
|
||||
import "env.atan2" fn atan2(f32, f32) -> f32;
|
||||
|
||||
export fn tic(time: i32) {
|
||||
let i: i32;
|
||||
|
||||
Reference in New Issue
Block a user