WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
1k stars 72 forks source link

Agenda for subgroup meeting - March 9 #196

Closed tlively closed 3 years ago

tlively commented 3 years ago

The next subgroup meeting is March 9, 2021 at 9am PST (6pm CET). As with other Wasm meetings, we'll host this on Zoom.

No registration required if you attended a previous meeting. Fill out the form here if it's your first time: https://forms.gle/JehrAB4gWbtHjybt9.

Please respond to this issue with topics for the agenda.

rossberg commented 3 years ago

I can give an update on the reference interpreter and show some experimentation I've started with a lab OO compiler to explore different compilation strategies for targeting Wasm GC.

tlively commented 3 years ago

Thanks, @rossberg! That sounds great.

tlively commented 3 years ago

The notes are in https://github.com/WebAssembly/meetings/pull/731.

rossberg commented 3 years ago

Added slides.

Link to Wob repo: https://github.com/WebAssembly/gc/tree/wob/proposals/gc/wob

As a quick update, the compiler now handles overriding and passes all tests that do not involve casts or closures.

I also added some documentation to the above link, in case anybody wants to have a look.