Are there any benchmark programs for Wasm GC circulating around? #565
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!!
Footnotes
-
At the time of writing, there is one final open PR that hasn't merged into
main
yet, just in case anyone immediately runs off to try running some Wasm GC program and it fails. ↩