-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] add cairo-wasm support for Shinigami frontend #240
Comments
Hi @okhaimie-dev please can I work on this issue |
OK I am here now. |
A few things contributors need to know before attempting this issue
|
Thank you for posting your findings! I'll mark this as blocked for now since cairo-wasm only compiles for single file cairo code. |
For contributors: I am also finding another way for some large Cairo project like Shinigami for this. |
@b-j-roberts @okhaimie-dev @supreme2580 https://github.com/cryptonerdcn/wasm-cairo/releases/tag/v0.10.2 |
Great🚀🚀🚀 looking forward to using it |
Cairo wasm allows users to run Cairo program directly on the client. Starklings app leverages this to run starklings in browser which improves the application performance. Currently working on creating a similar solution for Shinigami
References
wasm-cairo
starklings-app
The text was updated successfully, but these errors were encountered: