Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 898 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 898 Bytes

Zephyr Client-Side Tooling

Migration almost complete!

We've decided to begin deploying to prod withouth open-sourcing the VM for everyone yet for security reasons. Though the product is ready to attempt a BETA release on production, so we've decided to split our monorepo (host, common, sdk, macros) into (host, macros) and (sdk, common, macros).

Note: most of the work right now is focusing on the host-side, as a result the crates in this repo are partially incomplete and still need to be polished.

Zephyr SDK and CLI

This repo contains the reference implementation for the Zephyr rust SDK. The SDK is a client for the host functions linked in the Zephyr VM.

Documentation

Documentation can be found in the Mercury docs.

Examples

Examples can be found in the zephyr-examples repository.