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
After upgrating org.graalvm.js from 20.2.0 to 22.3.2 we got the following warning:
[engine] WARNING: The polyglot context is using an implementation that does not support runtime compilation.
The guest application code will therefore be executed in interpreted mode only.
Execution only in interpreted mode will strongly impact the guest application performance.
After upgrating
org.graalvm.js
from 20.2.0 to 22.3.2 we got the following warning:See also here: https://www.graalvm.org/22.0/reference-manual/js/FAQ/
The text was updated successfully, but these errors were encountered: