Closed lonce closed 5 years ago
Faust version 2.17.13 faust2wasm -worklet foo.dsp
the wasmfile fetched in foo.js:
'''const dspFile = await fetch(wasmfile);
needs to be concatenated with
'''this.baseURL
in order to fetch from the baseURL argument passed to the constructor.
Can you prepare a pull request? Thanks
I see you fixed it already. Thanks.
Faust version 2.17.13 faust2wasm -worklet foo.dsp
the wasmfile fetched in foo.js:
'''const dspFile = await fetch(wasmfile);
needs to be concatenated with
'''this.baseURL
in order to fetch from the baseURL argument passed to the constructor.