programs icon indicating copy to clipboard operation
programs copied to clipboard

Client-side program simulation

Open jakehemmerle opened this issue 1 year ago • 0 comments

Programs should be able to instantiated and simulated in the browser. This will be a typescript package that will have at least two functions:

  • check function: validates that the string or ArrayBuffer is valid Wasm
  • evaluate function (runs evaluate() with the associated config), takes in a stringified signature request

jakehemmerle avatar Mar 13 '24 01:03 jakehemmerle