Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/src/struct_info_cxx.json
4128 views
1
[
2
{
3
"file": "cxa_exception.h",
4
"structs": {
5
"__cxxabiv1::__cxa_exception": [
6
"exceptionDestructor",
7
"referenceCount",
8
"exceptionType",
9
"caught",
10
"rethrown",
11
"adjustedPtr"
12
]
13
}
14
},
15
// ===========================================
16
// WasmFS
17
// ===========================================
18
{
19
"file": "file.h",
20
"defines": [
21
"wasmfs::File::UnknownKind",
22
"wasmfs::File::DataFileKind",
23
"wasmfs::File::DirectoryKind",
24
"wasmfs::File::SymlinkKind"
25
]
26
},
27
// Embind
28
{
29
"file": "emscripten/val.h",
30
"defines": [
31
"emscripten::internal::EM_INVOKER_KIND::FUNCTION",
32
"emscripten::internal::EM_INVOKER_KIND::METHOD",
33
"emscripten::internal::EM_INVOKER_KIND::CONSTRUCTOR",
34
"emscripten::internal::EM_INVOKER_KIND::CAST"
35
]
36
}
37
]
38
39