purescript-node/purescript-node-child-process

Can we use this with esbuild

Closed this issue · 4 comments

Want to know the best way to use this in the browser I heard recently all of purescript changed to es6 fully did this as well?

garyb commented

You can't use this library in the browser as it's for the build in child-process module provided by the node runtime.

Are you perhaps looking for something based on web workers if you're in the browser?

Closing as this was a question that seems to have been mostly answered.