Skip to main content

canister_wasm_store/
lib.rs

1#![allow(clippy::unused_async)]
2
3canic::start_wasm_store!();
4canic::cdk::export_candid_debug!();