| constreadWasm=require("../lib/read-wasm"); |
Is it possible to make read-wasm abstract in order to allow users to implement their own version ?
I encounter some difficulties to bundle source-map in server-side code generated through webpack.
| constwasmPath=path.join(__dirname,"mappings.wasm"); |
| fs.readFile(wasmPath,null,(error,data)=>{ |
has no sense in this context.
Thanks.
--edit--
Maybe you can allow #339 for node.js ?
source-map/lib/wasm.js
Line 1 in 11cecea
Is it possible to make
read-wasmabstract in order to allow users to implement their own version ?I encounter some difficulties to bundle
source-mapin server-side code generated through webpack.source-map/lib/read-wasm.js
Lines 11 to 12 in 11cecea
has no sense in this context.
Thanks.
--edit--
Maybe you can allow #339 for node.js ?