Crates.io | ic-kit-runtime |
lib.rs | ic-kit-runtime |
version | 0.1.0-alpha.1 |
source | src |
created_at | 2022-08-01 23:22:29.263928 |
updated_at | 2022-08-29 12:26:36.09322 |
description | IC-Kit's Canister Simulator |
homepage | https://sly.ooo |
repository | https://github.com/Psychedelic/ic-kit |
max_upload_size | |
id | 637109 |
size | 77,212 |
This crate implements a canister runtime by implementing ic-kit-sys
mock
handlers. This provides the ability to compile a canister as a binary
application and run it natively and yet have access to the Internet Computer's
WASM runtime APIs as described in the Interface Spec.