Crates.io | candid-extractor |
lib.rs | candid-extractor |
version | |
source | src |
created_at | 2023-09-18 16:38:25.861576+00 |
updated_at | 2025-03-10 14:53:54.509026+00 |
description | A CLI tool to extract the Candid interface from a Canister WASM. |
homepage | |
repository | https://github.com/dfinity/candid-extractor |
max_upload_size | |
id | 976095 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A CLI tool to extract the Candid interface from a Canister WASM.
cargo install candid-extractor
You can also use cargo-binstall
if it's available.
cargo binstall candid-extractor
candid-extractor path/to/canister.wasm
The Candid interface will be printed to stdout.
candid-extractor
can extract the Candid interface if the Canister meets the following requirements:
i32
.i64
.