Skip to content

varazone/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • HTML 3.0%
  • Shell 0.3%