wasm_split_cli_support 0.2.0-rc.0

Split a WASM module into lazily loadable chunks
Documentation
1
2
3
4
5
# `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](https://github.com/jbms/wasm-split-prototype), with an in-depth description of the approach [here](https://github.com/rustwasm/wasm-bindgen/issues/3939).