stacks-network / clarity-wasm

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

Clarity 3 support #428

Open hugocaillard opened 1 week ago

hugocaillard commented 1 week ago

With #420, clarity-wasm uses the latest version of carity-vm, bringing new keywords and functions.

While clarity-wasm compiles with this latest versions, some more work is required to properly support it. Including the handling of new keywords and functions. Overall, the testing framework need to explicitly test the support of the different clarity version (1, 2, 3).