101arrowz
101arrowz
Apparently so, AssemblyScript/assemblyscript#158...
The data to be imported from WASM could theoretically be provided via a config file, but I don't like the idea myself. At the same time, having different ways to...
That's a bit concerning - I'll have a look tomorrow.
OK, this is just a bug in the test-bench because I was trying to transfer a `Buffer` with `allocUnsafe` (which can return a reference to a non-transferable buffer pool), instead...
The real issue here is with the tests that Node.js has decided to disable the old behavior of silently allowing attempted transfers of buffers that are views into the global...
If we're going to support module-type background scripts, we should probably manually handle `background.scripts` like we do for `background.service_worker`, rather than leaving it in `DEP_LOCS`. We'd need to set the...