Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 438 Bytes

File metadata and controls

20 lines (10 loc) · 438 Bytes

** REPO ARCHIVED. MOVED TO ZDK AND LIT-HAPP REPOS **

Zome utils

Rust library of helper functions for Holochain Zome development

Design

FIXME

Building

  1. Install rustup and the wasm32 target with: rustup target add wasm32-unknown-unknown
  2. Run cargo build --release --target wasm32-unknown-unknown

Testing

FIXME