canic 0.20.3

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
// -----------------------------------------------------------------------------
// Embedded bootstrap artifacts
// -----------------------------------------------------------------------------

// Return the canonical built-in bootstrap wasm for the first live `wasm_store`.
#[must_use]
pub const fn root_wasm_store_wasm() -> &'static [u8] {
    include_bytes!("../../assets/bootstrap/wasm_store.wasm.gz")
}