You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
@Garciat it sounds like the wrapper assumes it is in Node if it is using CommonJS with process defined.
You can alter the way that SystemJS interprets the module by forcing it to be loaded as a global or amd format via meta configuration, which may then work better for building the wrapper. See https://github.com/systemjs/systemjs/blob/master/docs/module-formats.md for more info on format handling in SystemJS.
Builder makes the emscripten shell think it's running in node. It then tries to require node modules like
fs
.Related discussion here. Possible solution here.
The text was updated successfully, but these errors were encountered: