You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I precompiled the JavaScript code into Map[string] *goja.Program, and each time I use it, I can directly retrieve it from the Map and execute RunProgram. I want to know goja.Program is goroutine-safe? , and how to reuse goja.Program
The text was updated successfully, but these errors were encountered:
I precompiled the JavaScript code into Map[string] *goja.Program, and each time I use it, I can directly retrieve it from the Map and execute RunProgram. I want to know goja.Program is goroutine-safe? , and how to reuse goja.Program
The text was updated successfully, but these errors were encountered: