Commit 25b44af
committed
feat: add async runtime documentation chapter
- Add new chapter 13 covering Promise-based async native runtime
- Update wiki workflow to include async runtime documentation
- Add cross-references in embedding SDK documentation
- Improve cranelift backend error handling with better diagnostics for missing value_map entries1 parent b597b08 commit 25b44af
15 files changed
Lines changed: 1238 additions & 233 deletions
File tree
- .github/workflows
- book
- crates
- compiler/src
- zyn_peg
- grammars
- src
- zyntax_embed
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| 1029 | + | |
1029 | 1030 | | |
1030 | 1031 | | |
1031 | 1032 | | |
0 commit comments