Commit eb00f96
fix: use Pyodide-bundled fastparquet for WASM marimo test (#532)
Install fastparquet and pyarrow from Pyodide's native WASM bundle
before installing buckaroo with deps=False, avoiding micropip's
dependency resolution failure on non-pure-Python wheels.
- Pre-install fastparquet, pyarrow from Pyodide bundle in buckaroo_simple.py
- Install buckaroo with deps=False to skip failing dep resolution
- Add browser console/error capture to Playwright test for CI debugging
- Increase test timeouts (120s widget, 180s global) for WASM compilation
- Make serialization_utils.py handle missing fastparquet gracefully
- Include generated WASM HTML output
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 01909fb commit eb00f96
693 files changed
Lines changed: 9940 additions & 17 deletions
File tree
- buckaroo
- docs
- example-notebooks/marimo-wasm
- extra-html/example_notebooks/buckaroo_simple
- assets
- packages/buckaroo-js-core
- pw-tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
141 | 147 | | |
142 | | - | |
143 | | - | |
| 148 | + | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
168 | 174 | | |
169 | 175 | | |
170 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
171 | 183 | | |
172 | 184 | | |
173 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
Whitespace-only changes.
0 commit comments