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
Android UI builds: js_nanbox_pointer, js_nanbox_string, and js_nanbox_get_pointer were undefined in the compiled .so — strip_duplicate_objects_from_lib removed perry_runtime-* objects from the UI library while skip_runtime prevented the standalone runtime from being linked. Fixed by skipping strip-dedup on Android (like Windows), since --allow-multiple-definition handles duplicate symbols safely.