You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tic-tac-toe game: one party can initiate a new game, two players can make moves in succession, at the end the VP checks whether one player won or the game was a tie and writes state to keep track of everyone's score
We do not have support for deserialising the arguments (Address struct, transaction data, set of keys changed and set of verifiers) that are passed to the validity predicate.
For this we'll need to support decoding a pointer to a Juvix type using the Borsh spec https://borsh.io
Currently
minijuvix compile
produces WASI binaries that can be executed using a local WASM runtime like wasmer.This issue is to add support for compilation of pure WASM binaries that export a function that can be executed on Anoma.
(See https://github.com/anoma/anoma/blob/5831077bf1f1ff917f97264471b0ddcae224e739/macros/src/lib.rs#L75 for the corresponding Rust validity predicate macro that produces the WASM signature via C FFI).
The text was updated successfully, but these errors were encountered: