Refactor number and string utils out of builtins, fixes #608

This commit is contained in:
dcode
2019-06-06 16:19:10 +02:00
parent 0484a6b740
commit 4680b530fb
23 changed files with 988 additions and 979 deletions

View File

@ -418,7 +418,3 @@ f64.store(8, 1.0);
f32.trunc(1.0);
f64.trunc(1.0);
// should be importable
import { isNaN as isItNaN } from "builtins";
isItNaN<f64>(1);