Add test with standard json args

This commit is contained in:
Sebastian Miasojed
2024-11-18 16:52:56 +01:00
parent 63da7212a1
commit 39e504703e
3 changed files with 75 additions and 17 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ mergeInto(LibraryManager.library, {
let outputFile = newModule.FS.readFile('/out', { encoding: 'utf8' });
parentPort.postMessage({ output: outputFile });
}
});`
});`;
function compileWithWorker(inputJson, callback) {
return new Promise((resolve, reject) => {