Crates.io | wasm-graph |
lib.rs | wasm-graph |
version | 0.2.5 |
source | src |
created_at | 2019-10-01 09:08:31.567789 |
updated_at | 2024-02-26 08:17:52.834651 |
description | WASM format graph representation |
homepage | |
repository | https://github.com/nikvolf/wasm-graph |
max_upload_size | |
id | 169050 |
size | 66,279 |
WebAssembly format in graph representation!
Add to Cargo.toml
[dependencies]
wasm-graph = "0.1"
and then
let module = wasm_graph::parse_file("hello.wasm").unwrap();
assert!(module.funcs.len() > 0);
wasm-graph
is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0), at your choice.
See LICENSE-APACHE, and LICENSE-MIT for details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in wasm-graph by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.