You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assess the feasibility of implementing the whole plugin as a package of WebAssembly. This implies compiling the "api backend" and Cairo compiler to wasm and running in browser.
The feasibility study needs to cover:
Compilation of cairo compiler to Wasm
How to pass the Cairo source code from the IDE to the compiler?
How to retrieve compiler responses back to the plugin IDE?
Distribution of the package: how to package the react plugin part and how to integrate it with Remix? How to bundle the react part and the "api" part for distribution? (what is the proposed deployment model - host the react part on a centralized server and include the webassembly module in it?)
NOTE: Include Scarb as well!
Assess the feasibility of implementing the whole plugin as a package of WebAssembly. This implies compiling the "api backend" and Cairo compiler to wasm and running in browser.
The feasibility study needs to cover:
NOTE: Include Scarb as well!
NOTE: view work done by https://t.me/sncorestars/31157 , https://twitter.com/cryptonerdcn - had some work done on porting compiler tools into WebAssembly. Worth reaching out to him and see if he's interested in contributing
The text was updated successfully, but these errors were encountered: