Patch Changes
-
#2124
e805caeThanks @whitphx! - Wait forparquet-wasmto finish instantiating before parsing a dataframe.Stlite parses Arrow payloads through
parquet-wasm, whose reader throws until its WebAssembly module is instantiated. The initializer was started but never awaited, so an app that rendered a dataframe or an Arrow-backed chart before the 5.5 MB module finished loading took the page down withCannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer'). Bundling the Python runtime into the Cloudflare Worker script made that the common case rather than a rare one, because the app now boots without waiting on a runtime download first.
What's Changed
🏕 Updates
- ci: replace Dependabot with Renovate by @whitphx in #2120
- feat(cloudflare): bundle the Python runtime into the Worker script by default by @whitphx in #2115
- feat(cloudflare): remove the
--bundled-runtimeflag by @whitphx in #2123 - fix(deps): wait for
parquet-wasmbefore parsing a dataframe by @whitphx in #2124 - Version Packages by @whitphx-changesets-bot[bot] in #2122
Full Changelog: https://github.com/whitphx/stlite/compare/@stlite/react@1.8.0...@stlite/browser@1.9.1