#Why variables defined in dev.ts but got undefined in macros
1 messages · Page 1 of 1 (latest)
macros are run on another thread
ok,thanks.
I have one more question. Is there any way to share the variables to each others ? I'm trying to collect something in macros and share it to main thread. And the default global.postMessage seems not work.
Not without files or some very clever hacks involving mmap right now unfortunately
Ok,I'm now trying to write variables to a file. and watch it in main thread.