near / wasmtime

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

Split `zkasm_codegen.rs` into separate file #245

Open MCJOHN974 opened 7 months ago

MCJOHN974 commented 7 months ago

As was mentioned in #237 we need some code from zkasm_codegen.rs outside the filetests. But since I added some code to zkasm_codegen which is definitely will be used only inside filetests we need to split this file in two pieces, and only one of them should be moved outside filetests