logoalt Hacker News

circuit10today at 2:40 PM1 replyview on HN

You can have multiple WASM modules communicating with each other (though you would probably need extra interop code?), or statically link them into a single module, the concepts work mostly the same


Replies

giancarlostorotoday at 5:45 PM

With a browser plugin I'm sure you could swap out a WASM module on the fly, if said plugin doesn't exist, maybe it should. Would make debugging in a prod URL simpler if you can just load a page with a testing WASM file.