near / wasmtime

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

refactor: move `zkasm_codegen` out of `cranelift-filetests` #237

Open mooori opened 7 months ago

mooori commented 7 months ago

With #233 the zkasm_codegen module is used outside of tests, so it would be appropriate to move it outside of the cranelift-filetests crate whose main purpose is testing.

For reference see the conversation in #216.