stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
14 stars 16 forks source link

Add arguments to the compiler for specifying the Clarity version/epoch #554

Closed Acaccia closed 1 week ago

Acaccia commented 1 week ago

Currently, the Clarity version/epoch are hardcoded in main.rs. We should have a way to override them with specific values.

Acaccia commented 1 week ago

Done in #557 and #559 .