We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
drop wrap_error_root and wrap_no_error_root replace it with UTF8 char* of the error, no GC boundary breached.
wrap_error_root
wrap_no_error_root
It is only used in ST in mono_wasm_bind_js_import and in hybrid. Hybrid globalization uses MonoString* heavily so it's not MT friendly anyway.
mono_wasm_bind_js_import
MonoString*
drop
wrap_error_rootandwrap_no_error_rootreplace it with UTF8 char* of the error, no GC boundary breached.
It is only used in ST in
mono_wasm_bind_js_importand in hybrid.Hybrid globalization uses
MonoString*heavily so it's not MT friendly anyway.