mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Move fmod/fmodf to builtins and bind them to the '%' operator
This commit is contained in:
3
std/portable/math.js
Normal file
3
std/portable/math.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = globalScope => {
|
||||
globalScope["JSMath"] = Math;
|
||||
};
|
Reference in New Issue
Block a user