Evan Almloff ee3b45af49 Restore docs CI checks and fix all doc lints (#4204) 1 month ago
..
wasm-split 3dcd8f3880 fix: use wasm-splitter as package=wasm-split 1 month ago
wasm-split-cli ee3b45af49 Restore docs CI checks and fix all doc lints (#4204) 1 month ago
wasm-split-macro 4d3d55a7a3 CLI self-updater, warn on version mismatch, direct install.sh option, androidmanifest and info.plist customization, bump to 0.7-alpha.0 (#4095) 1 month ago
wasm-used fa012f36ff release 0.7.0-alpha.0 1 month ago
README.md bdeedc13eb feat: router-based wasm bundle splitting (#3683) 4 months ago

README.md

This folder contains the wasm-split sub-workspace

wasm-split is a tool that allows you to split a wasm binary into multiple chunks that are lazily loaded on demand.

This workspace is comprised of:

  • the harness on which we test against
  • the wasm-split user-facing crate
  • the wasm-split-macro crate which is used to generate the wasm-split loader
  • the wasm-split-cli crate which is imported by the dioxus-cli and used when building the wasm modules
  • the wasm-used crate which provides a custom walrus Used struct that makes it easier to debug why a emit_wasm might be failing