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
Ideally, we would have all Rust benchmarks submitted to wasmtime repository and compiled to WASM as a part of the build process to avoid storing massive WASM binary blobs in Git. This will also make it much easier to experiment with different Rust compilation flags when we try to optimize the resulting zkAsm.
aborg-dev
changed the title
Submit benchmarks written in Rust to the codebase (followup for https://github.com/near/wasmtime/issues/90)
Submit benchmarks written in Rust to the codebase
Feb 22, 2024
This is a followup for #90
Ideally, we would have all Rust benchmarks submitted to wasmtime repository and compiled to WASM as a part of the build process to avoid storing massive WASM binary blobs in Git. This will also make it much easier to experiment with different Rust compilation flags when we try to optimize the resulting zkAsm.
A rough flow will be:
build.rs
script that builds it to wasm32 target and stores it in generated directorytest_zkasm.rs
and generate zkAsm out of itzkasm_runner.rs
The text was updated successfully, but these errors were encountered: