wasm_split_cli_support

Crates.iowasm_split_cli_support
lib.rswasm_split_cli_support
version0.2.0
created_at2025-10-14 17:29:21.604055+00
updated_at2025-10-20 11:19:32.289556+00
descriptionSplit a WASM module into lazily loadable chunks
homepage
repositoryhttps://github.com/WorldSEnder/wasm-split-prototype
max_upload_size
id1882792
size139,509
Greg Johnston (gbj)

documentation

README

wasm_split_cli_support

This 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.

Executable cli

This crate includes a binary cli version. To install run

cargo install --locked wasm_split_cli_support --features="build-binary"
Commit count: 0

cargo fmt