v8worker icon indicating copy to clipboard operation
v8worker copied to clipboard

Add support for node module loading

Open wuman opened this issue 9 years ago • 1 comments

This is a feature request.

A major use case for v8worker might be to load a node.js module (which may itself require more node modules as dependencies) to perform work, and then return the result back to golang. It would make v8worker much more useful if it has node module loading built in.

wuman avatar Oct 23 '16 07:10 wuman

A workaround is using a bundler (webpack, Browserify, Rollup, etc.)

sethwklein avatar Feb 18 '18 01:02 sethwklein