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
Update require_node_canary, make require_jspi and exnref use it (#22024)
This PR does 2 things:
1. It updates `require_node_canary` to check the path of the node binary for the string 'canary'. This is hacky but
the only known way to distinguish a canary build (which has a bleeding-edge v8 version) from a release build.
2. Updates `require_jspi` and `require_wasm_exnref` to check for the canary version instead of v19, because we now require the Suspender-free
API update. This update is not yet in any release, so we require canary.
0 commit comments