This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Description
Hey folks! I've finally got all of Wasm GC implemented for Wasmtime and all spec tests passing.1 I also have a sizable backlog of potential optimizations to do. But, of course, it seems pretty silly to just randomly chip away at that backlog; much better would be to guide my efforts based on the patterns toolchains are actually emitting and what Real World programs using Wasm GC actually look like.
So: are there any Wasm GC programs circulating around that I can use for some quick/initial benchmarking? Ideally with minimal imports and Web/JS assumptions. j2cl? kotlin? dart? scheme? ocaml?
Thanks!!