flst / upstream /emscripten /system /lib /libunwind /include /libunwind.modulemap
arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
246 Bytes
module libunwind [system] {
header "libunwind.h"
export *
}
module unwind [system] {
header "__libunwind_config.h"
header "unwind.h"
private textual header "unwind_arm_ehabi.h"
private textual header "unwind_itanium.h"
export *
}