Faust Compiler version: 2.60.6
Reading file dsps/soundmachine/soundmachine.dsp
Aborted(native code called abort())
file:///Y:/Projects/Audio/FaustFiles/faustwasm/libfaust-wasm/libfaust-wasm.mjs:18
var Module=typeof FaustModule!="undefined"?FaustModule:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});["_main","___getTyp
eName","__embind_initialize_bindings","_fflush","onRuntimeInitialized"].forEach(prop=>{if(!Object.getOwnPropertyDescriptor(Module["ready"],prop)){Object.defineProperty(Module["ready"],prop,{get:()=>abort("You are getting "+prop+"
on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js"),set:()=>abort("You are setting "+prop+" on the Promise object, instead of the instanc
e. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")})}});if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){if(Mod
ule["ENVIRONMENT_IS_PTHREAD"])return;var loadPackage=function(metadata){var PACKAGE_PATH="";if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pa
thname.toString().lastIndexOf("/"))+"/")}else if(typeof process==="undefined"&&typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))
+"/")}var PACK
...
Error: emsc◄
at _FaustCompiler.createDSPFactory (file:///Y:/Projects/Audio/FaustFiles/faustwasm/dist/esm/index.js:1614:36)
at async _FaustPolyDspGenerator.compile (file:///Y:/Projects/Audio/FaustFiles/faustwasm/dist/esm/index.js:3635:25)
at async faust2wasmFiles (file:///Y:/Projects/Audio/FaustFiles/faustwasm/src/faust2wasmFiles.js:50:21)
at async file:///Y:/Projects/Audio/FaustFiles/faustwasm/scripts/faust2wasm.js:27:5
Thanks for the report, this was helpful in tracking down a memory issue. (See grame-cncm/faust#928 and #4.)
This issue should be resolved as of faustwasm 0.0.30.
Hello, I get that error trying to compile:
with command: node scripts/faust2wasm.js dsps/soundmachine.dsp out/sm -poly
What might be the issue?