Support Node.js for Wasm implementation
dsherret opened this issue · 0 comments
dsherret commented
The Wasm code should automatically figure out whether it's running in Node.js and then act appropriately.
I think it can just use https://nodejs.org/api/process.html#processgetbuiltinmoduleid and not bother supporting versions that don't have that.