wasm_split_cli_support 0.2.0-rc.0

Split a WASM module into lazily loadable chunks
Documentation

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.