near / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
3 stars 4 forks source link

Implement simple zkasm runner in Rust #213

Closed akashin closed 5 months ago

akashin commented 5 months ago

An example of Rust wrapper to run zkAsm programs. Mainly posting this to discuss the interface and test the performance of this solution as compared to our current setup.

akashin commented 5 months ago

This PR is now ready for review.