[package]
edition = "2021"
name = "wasm_split_helpers"
version = "0.2.1"
authors = [
"Greg Johnston <greg.johnston@gmail.com>",
"Jeremy Maitin-Shepard <jbms@google.com>",
"Martin Molzer <worldsbegin@gmx.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Split a WASM module into lazily loadable chunks"
readme = "README.md"
categories = [
"wasm",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/WorldSEnder/wasm-split-prototype"
[lib]
name = "wasm_split_helpers"
path = "src/lib.rs"
[dependencies.async-once-cell]
version = "0.5.3"
[dependencies.wasm_split_macros]
version = ">= 0.2.1, < 0.3"