https://evmar.github.io/weave/; you can drag'n'drop your own wasm file, or browse some random files I have been looking at:
- figma.com 13mb, C++
- gioui.org demo 7mb, Golang
- retrowin32 1.7mb, Rust
- ghostty 900kb, Zig
To hack on visualization:
$ npm i
$ cd viz
$ npm run serve
You can add ?foo.wasm to the URL to load a wasm file from the viz subdir while hacking.
Setup:
$ jj workspace add demo
Deploy:
$ ./deploy.sh demo
$ cd demo
$ jj squash
$ jj git push
The Figma wasm was pulled directly from the site. The ghostty wasm is from https://github.com/ghostty-org/ghostty/releases/tag/tip .