Tomek Czajecki @tchayen.com · May 5

I have a 'wasm' command declared in package.json which compiles the binary and places it in web/bin. Plugin is listening for changes in zig/ and runs that command. Finally handleHotUpdate() notices that a *.wasm file changed and sends HMR to the browser.

1 likes 1 replies

?

Replies

Tomek Czajecki · May 5

And this is all it took on the JS side.