This commit is contained in:
nora 2025-02-01 16:05:27 +01:00
parent dc6ef2108d
commit cec97ff44d
3 changed files with 192 additions and 54 deletions

View file

@ -9,7 +9,7 @@ fn handle_panic(_: &core::panic::PanicInfo<'_>) -> ! {
#[no_mangle]
pub extern "C" fn my_export() -> u32 {
42
43
}
#[no_mangle]