wasm-tool / parcel-plugin-wasm.rs

wasm-bindgen support for Parcel bundler
MIT License
66 stars 16 forks source link

Add Node.js support #10

Closed mvlabat closed 5 years ago

mvlabat commented 5 years ago

Closes #9

Not very elegant solution, but it works! Tested for browser and node targets, didn't have time to test against electron though (and I doubt it will work). I think, if such support is needed, we can do it later.

jfrconley commented 5 years ago

This also would need to set the wasm-pack target to nodejs

catsigma commented 5 years ago

Thanks for the PR.