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
[dependencies.thiserror]
version = "1.0.56"
[dev-dependencies.pretty_assertions]
version = "1.0.0"

[package]
authors = ["the Deno authors"]
description = "Wasm module dependency analysis for module resolution"
documentation = "https://docs.rs/wasm_dep_analyzer"
edition = "2021"
license = "MIT"
name = "wasm_dep_analyzer"
readme = "README.md"
repository = "https://github.com/denoland/wasm_dep_analyzer"
version = "0.1.0"