| Crates.io | wasm_split_cli_support |
| lib.rs | wasm_split_cli_support |
| version | 0.2.0 |
| created_at | 2025-10-14 17:29:21.604055+00 |
| updated_at | 2025-10-20 11:19:32.289556+00 |
| description | Split a WASM module into lazily loadable chunks |
| homepage | |
| repository | https://github.com/WorldSEnder/wasm-split-prototype |
| max_upload_size | |
| id | 1882792 |
| size | 139,509 |
wasm_split_cli_supportThis crate provides a library and cli to split a WebAssembly (WASM) module into multiple parts, at split point indicated by the accompanying wasm_split_helpers crate.
This crate was adapted from an original prototype, which you can find here, with an in-depth description of the approach here.
This crate includes a binary cli version. To install run
cargo install --locked wasm_split_cli_support --features="build-binary"