ec-runtime: Constraint's Engine
jakehemmerle opened this issue · 0 comments
jakehemmerle commented
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.