Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/lib/libunwind/include/libunwind.modulemap
6175 views
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 *
}