diff options
Diffstat (limited to 'juliaset')
-rw-r--r-- | juliaset/index.htm | 4 | ||||
-rwxr-xr-x | juliaset/julia_set.wasm | bin | 9938 -> 9917 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/juliaset/index.htm b/juliaset/index.htm index 130e619..944e8f9 100644 --- a/juliaset/index.htm +++ b/juliaset/index.htm @@ -43,7 +43,7 @@ text_buffer : text_buffer, }); }, - p_time_impl : Date.now, + p_time : () => { return BigInt(Date.now()); }, floor : Math.floor, ceil : Math.ceil, @@ -276,7 +276,7 @@ { env : { p_clipboard_write_impl : () => {}, - p_time_impl : () => {}, + p_time : () => {}, floor : () => {}, ceil : () => {}, trunc : () => {}, diff --git a/juliaset/julia_set.wasm b/juliaset/julia_set.wasm Binary files differindex f9c17ee..b1e2e26 100755 --- a/juliaset/julia_set.wasm +++ b/juliaset/julia_set.wasm |