ISSUE
When executing a TypeError occurs in wasm.js because a callback is null.
EXPECTED
A defined callback.
STEPS TO REPRODUCE
- run
npm install, npm run build and npm run exec
This issue came up after porting the code to source-map@0.7.0.
Sample code can be found here.
ISSUE
When executing a TypeError occurs in wasm.js because a callback is null.
EXPECTED
A defined callback.
STEPS TO REPRODUCE
npm install,npm run buildandnpm run execThis issue came up after porting the code to source-map@0.7.0.
Sample code can be found here.