component-init-transform 0.1.0

Tool for pre-initializing WebAssembly components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "component-init-transform"
description = "Tool for pre-initializing WebAssembly components"
license.workspace = true
version.workspace = true
edition.workspace = true

[dependencies]
anyhow.workspace = true
async-trait.workspace = true
futures.workspace = true
wasm-encoder.workspace = true
wasmparser.workspace = true