wasm_split_helpers 0.2.2

Split a WASM module into lazily loadable chunks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "wasm_split_helpers"
version = "0.2.2"
authors.workspace = true
categories.workspace = true
edition.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"

[dependencies]
async-once-cell = "0.5.3"
wasm_split_macros.workspace = true