Skip to main content

WasmBlob

Type Alias WasmBlob 

Source
pub type WasmBlob = Blob<WASM_BLOB_SIZE>;
Expand description

Type alias for 4KB blob (for WASM bytecode)

Aliased Type§

#[repr(C)]
pub struct WasmBlob { pub data: [u8; 4096], pub len: usize, }

Fields§

§data: [u8; 4096]§len: usize

The actual length of this blob, if less than data.len()