Added
- Added the
--force-enable-abort-handlerCLI flag, which emits the hard-abort detection andset_on_abortmachinery onpanic=abortbuilds. Withpanic=unwindthis machinery is generated automatically; the flag does nothing there. #5191
Changed
- Made the internal
__wbindgen_destroy_closureexport private in the Rust API. #5196