Open sbc100 opened 3 years ago
This is meta-issue for ongoing work for move as much code as possible out of JavaScript and into C/C++.
In particular it would be good to focus of code that does HEAP access from JavaScript. Doing this instead from native code has several advantages:
ALLOW_MEMORY_GROWTH
USE_PTHREADS
See #21379 and #22158
This is meta-issue for ongoing work for move as much code as possible out of JavaScript and into C/C++.
In particular it would be good to focus of code that does HEAP access from JavaScript. Doing this instead from native code has several advantages:
ALLOW_MEMORY_GROWTH
andUSE_PTHREADS