All activity
WebAssembly Visual Server is a small, cross-platform graphical utility that serves WebAssembly modules locally, and can also open a page with the module already loaded, compiled, and instantiated, for easy access in the console.

WebAssembly Visual ServerGraphical application to serve WebAssembly modules
thewaywarddeveloperleft a comment
Hello there. WebAssembly modules cannot be referenced directly from HTML, instead additional JavaScript code is required to load, compile, and instantiate them. For security reasons, this also prevents them to be loaded directly from local disk, instead they have to be served over HTTP with the appropriate cross-origin header. WebAssembly Visual Server is a small, cross-platform graphical...

WebAssembly Visual ServerGraphical application to serve WebAssembly modules
