ComponentizeJS 0.8.0 was just released on top of the StarlingMonkey engine - https://github.com/bytecodealliance/ComponentizeJS.
This is a huge step towards consolidation of JS on Wasm platform work, thanks to @Till Schneidereit's work in designing this extensible engine approach.
With a full event loop now supported, WASI stdio, random and clocks are enabled by default, and can instead be disabled by passing disableFeatures
to the componentization process.
Feedback very welcome!
great work :)
https://github.com/fermyon/StarlingMonkey/blob/main/tests/smoke.js#L162
is this way of implementing wasi:http/proxy supported by ComponentizeJs or is that a StarlingMonkey.wasm feature?
I have the same question. I'm trying to implement the http/proxy world and haven't figured out how to use fetch.
Opened up an issue with the error that I'm seeing https://github.com/bytecodealliance/ComponentizeJS/issues/96
hey Kyle, thank you for the report! I'm aware of a bunch of bugs in the fetch implementation in StarlingMonkey—and those are the reason why I haven't otherwise talked much about the project. I'm working through them right now, and will update the issue you opened once I resolved them
Last updated: Nov 22 2024 at 17:03 UTC