From c63f4d68c8ffd5f94e933cec14eccdb986d20a1d Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 7 Nov 2021 20:06:05 +0000 Subject: Add math_js.odin specific calls (that just wrap the `f64` procedures) --- core/math/math_basic.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'core/math/math_basic.odin') diff --git a/core/math/math_basic.odin b/core/math/math_basic.odin index 3e32ab781..26bf4691d 100644 --- a/core/math/math_basic.odin +++ b/core/math/math_basic.odin @@ -1,3 +1,4 @@ +//+build !js package math @(default_calling_convention="none") -- cgit v1.2.3