Graphical application to serve WebAssembly modules
-
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 utility that serves WebAssembly modules locally, eliminating the need to configure and run a full-featured web server for development. It can also open a page with the module already loaded, compiled, and instantiated, for easy access in the console.
Site: https://thewaywarddeveloper.com/webassembly-visual-server
GitHub: https://github.com/thewaywarddeveloper/webassembly-visual-server