Download Latest Version @stlite_browser@1.9.1 source code.zip (3.0 MB) Google Add to Preferred Sources
Home / @stlite_react@1.8.1
Name Modified Size InfoDownloads / Week
Parent folder
package.tgz 2026-09-12 31.3 MB
@stlite_react@1.8.1 source code.tar.gz 2026-09-12 2.5 MB
@stlite_react@1.8.1 source code.zip 2026-09-12 3.0 MB
README.md 2026-09-12 1.7 kB
Totals: 4 Items   36.9 MB 0

Patch Changes

  • #2124 e805cae Thanks @whitphx! - Wait for parquet-wasm to 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 with Cannot 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

Full Changelog: https://github.com/whitphx/stlite/compare/@stlite/react@1.8.0...@stlite/react@1.8.1

Source: README.md, updated 2026-09-12