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

Separate clar2wasm into the compiler and the runtime #409

Open krl opened 1 month ago

krl commented 1 month ago

This is to break circular dependencies between clarity and clarity-wasm, and prepare the ground for alternative wasm-based languages and cost tracking.