Matt Hayes
Matt Hayes
Hi @D1plo1d … thank you for the pointers here. I got a real full-time job shortly after getting this all working and haven't had the time I'd hoped to maintain/update...
> Which of the problems that you ran into and mentioned in the various other issues are still relevant? The issues described here: https://github.com/parcel-bundler/parcel/issues/3365#issuecomment-613046348 (apart from item 1) are largely...
@Pauan super interesting, thanks! You're reminding me of a couple of things that may or may not be issues for using `--target web` in the `wasm-pack build` args. In a...
> Which websocket package(s)? For Node/JS servers https://github.com/socketio/socket.io and https://github.com/websockets/ws seem to be the most popular. I agree that an example of how to do it ones self would be...
I created [a plugin](https://github.com/mysterycommand/parcel-plugin-wasm-pack/) to try and do just this based on @catsigma's [parcel-plugin-wasm.rs](https://github.com/catsigma/parcel-plugin-wasm.rs). In order to get it working, I used `wasm-pack`'s `--target no-modules` and then modified that output...
Hi, I'm back. This plugin that I worked up: [`parcel-plugin-wasm-pack`](https://github.com/mysterycommand/parcel-plugin-wasm-pack) now does the thing it should … I think. I have a couple ideas that might make it a bit...