Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.92 KB

guest-js-09-05-2024.md

File metadata and controls

44 lines (36 loc) · 1.92 KB

Agenda

N/A

Attendees

Attendee
Calvin Prewitt
Luke Wagner
Guy Bedford
Dirk Baeumer
Danny Macovei
Chris Fallin
Saul Cabrera
Victor Adossi

Notes

StarlingMonkey

ComponentizeJS

  • 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 does fetch)

Jco

Debugging

  • Work has started on the StarlingMonkey debugging effort already