jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.89k stars 669 forks source link

can i call jerryscript from multiple threads? #5031

Open lutaooooo opened 1 year ago

ig-66 commented 1 year ago

Yes*. But this will probably depends on what you are running it and if the threads have access to the jerry values from other threads. I would advice you to test that on your hardware, and see how it behaves.