Commit b1414b6
Limit doc test paths on WASM to tutorial files only
Examples/ (2.1MB) and full Documentation.docc (with images) exceed WASM
memory constraints. On WASI, use only the two lightweight tutorial .md files
(~36KB total). Matches SyndiKit's #if os(WASI) subset pattern.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c90daf8 commit b1414b6
1 file changed
Lines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
49 | 60 | | |
50 | 61 | | |
51 | 62 | | |
| |||
0 commit comments