Skip to content

GC Implementation Lowering Tips

Alon Zakai edited this page May 25, 2023 · 7 revisions

The GC optimization cookbook has useful suggestions for how to optimize WasmGC code effectively using Binaryen, in terms of which passes and optimizations to run. This page focuses on how to emit efficient WasmGC code from a compiler that Binaryen can optimize well.

Clone this wiki locally