entropyxyz / programs

Source, toolchain, and examples for using programs on Entropy
https://docs.entropy.xyz/concepts/programs/
GNU Affero General Public License v3.0
19 stars 3 forks source link

ec-runtime: Constraint's Engine #9

Closed jakehemmerle closed 1 year ago

jakehemmerle commented 1 year ago

ec-runtime will be a runtime wrapper around wasmtime.

It should allow spawning of an engine that allows the setting of bytecode and a signature request, each as Vec<u8>, and evaluating it, returning either Ok or an error.