B4TT3RY
B4TT3RY
> Hi @B4TT3RY - > > Can you see within `html5ever` if there is a call to a `now` function? This is not a function we provide from the WebAssembly...
@nilslice I changed `env: { now: Date.now, memory: _wasm_memory }` in `export_wasm.mjs`, it works normally. I don't know why the now function came out, but I think it may be...
> I just updated the plugin to v1.1.7 that should work on minecraft v1.13+ > > I've tested the example typescript source (https://github.com/astorks/ScriptableMC-TypeScript) in 1.13.2, 1.14.4. and 1.15.2 and can...
`/jsrl` isn't working. can you check it?
i want to dynamic plugin load. but i cant use `fs` module. can i use like `fs` module?
> I've figured out how to dynamically load javascript plugins via the java file API. Here's an example main.js that should load all `*.js` files in the `%ServerRoot%/scripts/dynamic/` folder. >...
 this code isn't working... console doesn't loging any class