September 5, 2024 | JavaScript subgroup (BA Guest Languages SIG)
N/A
Attendee |
---|
Calvin Prewitt |
Luke Wagner |
Guy Bedford |
Dirk Baeumer |
Danny Macovei |
Chris Fallin |
Saul Cabrera |
Victor Adossi |
weval
integrated into StarlingMonkey (You can now usecomponentize.sh --aot
)- Patches inside SpiderMonkey that enable use of intrinsics got merged, along with build steps that execute
weval
for AOT. - Passing all the web platform tests @ Fastly
- Blogpost for more information: https://cfallin.org/blog/2024/08/28/weval
- See also: https://github.com/fastly/js-compute-runtime
- See also: https://bernsteinbear.com/blog/weval/
- Patches inside SpiderMonkey that enable use of intrinsics got merged, along with build steps that execute
- New Project board for tracking compat
- Note also the 1.0 board for coordination
- Issue for
weval
support in ComponetizeJS - Async function support landed
- Implementation essentially sync-ifies the internal async functions
- Only exported functions (imports depend on host semantics until asyncify/workers on the
jco
side) - Support for
fetch
does work (you can write a synchronous component that doesfetch
)
- Work has started on the StarlingMonkey debugging effort already