-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
These changes are needed:
let data = data
.replace("extern \"C\"", "unsafe extern \"C\"")
.replace("unsafe unsafe", "unsafe")
.replace(
"[link_section = \".vector_table.interrupts\"]",
"[unsafe(link_section = \".vector_table.interrupts\")]",
)
.replace("[no_mangle]", "[unsafe(no_mangle)]");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels