Enter-tainer / jogs

MIT License
17 stars 1 forks source link

`Date.now()` not working #1

Closed mindbound closed 4 months ago

mindbound commented 4 months ago

Test case:

#let bytecode = compile-js("function getdate() { return Date.now(); }")
#call-js-function(bytecode, "getdate",)

Expected behavior: as per Date.now()

Actual behaviour: 0

Enter-tainer commented 4 months ago

it cannot work. wasm plugin cannot acess real world time