-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.json
51 lines (51 loc) · 1.15 KB
/
toc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"introduction": {
"name": "Introduction"
},
"basics": {
"name": "Basics"
},
"performance": {
"name": "Performance"
},
"philosophy-of-ffi": {
"name": "Philosophy of FFI"
},
"types": {
"name": "Types",
"children": {
"bool": "Boolean values",
"32-bit-integers": "32-bit and smaller integers",
"64-bit-integers": "64-bit integers",
"floating-point-numbers": "Floating point numbers",
"pointers": "Pointers",
"functions": "Functions",
"structs": "Structs"
}
},
"callbacks": {
"name": "Callbacks",
"children": {
"synchronous": "Synchronous callbacks",
"interrupt-handler": "Interrupt handler callbacks",
"thread-safe": "Thread safe callbacks"
}
},
"fast-api": {
"name": "V8 Fast API"
},
"security": {
"name": "Security"
},
"interfacing-with-non-c-api": {
"name": "Interfacing with non-C API libraries",
"children": {
"cpp/calling-convention": "C++ calling convention",
"cpp/inheritance": "C++ inheritance",
"cpp/std-function": "C++ std::function"
}
},
"future-work": {
"name": "Future of Deno FFI"
}
}