Closed mmiscool closed 4 years ago
@mmiscool The equivalent line would be Worker.ts (Line 152). Cura WASM doesn't start a separate process in the browser nor on NodeJS, it instead uses workers provided by Threads.JS in both environments.
The most I would be able to do is MIT license everything except CuraEngine.js which contains the actual WASM (Base 64 encoded). If that would help your license compliance, I'd be happy to relicense everything except that file (As MIT).
That could be beneficial. Thanks!
@mmiscool Closed in V1.3.2
I am interested in this having an MIT licence to access the api. In a traditional node environment the line is clear as you use a compiled binary and the shell command line interface. I am having trouble finding that line here.