cryptonerdcn / wasm-cairo

A suite of development tools and a WASM-Runtime environment for Cairo. All based on WebAssembly. By Caironautes, for Caironautes.
https://wasm-cairo-landing.vercel.app/
Apache License 2.0
53 stars 13 forks source link

Split wasm files. #5

Closed cryptonerdcn closed 10 months ago

cryptonerdcn commented 1 year ago

[feat]Sometimes we just need "compile" or "run", not them all. That means we can decrease the size of the WASM package.

cryptonerdcn commented 10 months ago

Maybe no need to do it. It doesn't decrease the size effectively.