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
get_function_pointer takes in a void* load_context (which currently must be null, indicating the default ALC). We should add an equivalent for just loading an assembly (for example, load_assembly) with a void* load_context.
The most immediate concern is getting into the default ALC, so we could start with limiting the implementation to that case (like we currently do in get_function_pointer).