An implementation of the Urbit runtime

c interpreter nock runtime vm
1 Open Issue Need Help Last updated: Sep 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `+muk` function in `/lib/tiny` has a jet mismatch with its `/sys/hoon/hoon` counterpart due to specific commits, despite sharing the same jet. Updating `/lib/tiny` is challenging because it's integrated into an Azimuth contract and requires a galactic vote. An alternative solution proposes creating a new, separate jet for `/lib/tiny`'s `+muk` that deterministically fails on inputs that would cause the mismatch, requiring checks for input length and the validity of a specific core.

Complexity: 2/5
good first issue

An implementation of the Urbit runtime

C
#c#interpreter#nock#runtime#vm