Skip to content

evmar/weave

Repository files navigation

weave, a wasm viewer

Demo

https://evmar.github.io/weave/; you can drag'n'drop your own wasm file, or browse some random files I have been looking at:

Development

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.

Deploying demo

Setup:

$ git worktree demo

Deploy:

$ ./deploy.sh demo
$ cd demo
$ git commit -a --amend
$ git push -f