WebAssembly Visual Server

WebAssembly Visual Server

Graphical application to serve WebAssembly modules

0 followers

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 Server gallery image
WebAssembly Visual Server gallery image
WebAssembly Visual Server gallery image
Launch tags:Developer Tools
Launch Team
Wispr Flow: Dictation That Works Everywhere
Wispr Flow: Dictation That Works Everywhere
Stop typing. Start speaking. 4x faster.
Promoted

What do you think? …

thewaywarddeveloper
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 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. Any feedback is appreciated.