wasm_dep_analyzer 0.1.0

Wasm module dependency analysis for module resolution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wasm_dep_analyzer"
version = "0.1.0"
edition = "2021"
description = "Wasm module dependency analysis for module resolution"
repository = "https://github.com/denoland/wasm_dep_analyzer"
documentation = "https://docs.rs/wasm_dep_analyzer"
authors = ["the Deno authors"]
license = "MIT"

[dependencies]
thiserror = "1.0.56"

[dev-dependencies]
pretty_assertions = "1.0.0"