Guy Bedford
Guy Bedford
Currently deny errors in Wasi-VIRT are panics. It could be worth investigating a stderr version of the deny output that notes the subsystem denial that has taken place to use...
With the new 0.4.0 release, Fastly CLI will auto-update Viceroy. In a debugging workflow for js-compute-runtime, I found I was getting the following debug logs before the update: ``` 2023-03-17T18:34:21.822242Z...
The release build is currently not working correctly. This may have happened in the latest SpiderMonkey update. Build error reported: ``` [ 90%] Linking CXX executable starling.wasm wasm-ld: error: duplicate...
Fastly uses an `AsyncTask` model that stores on the `AsyncTask` class, the promise, and a function that will handle the process the "next steps" after the handle is ready, to...
When trying to include OpenSSL from a subproject via, I'm getting an error for these includes, for example: ``` #include "openssl/evp.h" ``` gives that the include is not found. Can...
### Proposal The WebAssembly ESM Integration [proposal](https://github.com/webassembly/esm-integration) recently moved to Phase 3 implementation status, allowing WebAssembly modules to be imported in the JS module system. In addition, with the new...
- Rollup Plugin Name: wasm - Rollup Plugin Version: ### Feature Use Case The WebAssembly ESM Integration proposal recently reached phase 3 in the WebAssembly process. It would be great...
This proposal is now at Phase 3 implementation status for the WebAssembly process, with the latest V8 implementation underway towards Chromium support. Latest spec PR in https://github.com/whatwg/html/pull/10380. This should remain...
WebAssembly ESM Integration including Source Phase Imports This represents the latest rebase of the ESM Integration [spec](https://github.com/WebAssembly/esm-integration), replacing the original PR in https://github.com/whatwg/html/pull/4372. Major changes since then include [source phase...
One of the benefits of having a `module.register` hook module registration like we currently do for loaders in that it applies for all spawned workers is that by default, resolver,...