-
Notifications
You must be signed in to change notification settings - Fork 165
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
Wasm with Cairo 1 #1830
Open
FrancoGiachetta
wants to merge
40
commits into
main
Choose a base branch
from
wasm-cairo1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+403
−20
Open
Wasm with Cairo 1 #1830
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
129c51b
refeactor cairo1-run to use no-std
FrancoGiachetta 2416a96
cairo 1 running with wasm
FrancoGiachetta dd55d88
update changelog + linting
FrancoGiachetta fc2bc99
update changelog + linting
FrancoGiachetta b5f0433
fix lint errors
FrancoGiachetta 49d14cd
compile example test in cairo1 wasm
FrancoGiachetta 22f9787
remove example once finished testing
FrancoGiachetta 71a5805
fix example
FrancoGiachetta bca85b3
change workflows
FrancoGiachetta aca5a0a
change workflows
FrancoGiachetta 8ddd66d
make default the cli feature
FrancoGiachetta 5257e47
update readme cairo1-run
FrancoGiachetta a53878c
fix workflows
FrancoGiachetta dccb10c
fix workflows
FrancoGiachetta 8780cc6
add workflows to build the wasm example
FrancoGiachetta 439f20d
fix workflow
FrancoGiachetta 3f4ab6f
format workflows as before
FrancoGiachetta 0471e28
add workflow to build cairo_1_wasm_example program
FrancoGiachetta 4a16c73
forgot to install cairo 1 compiler
FrancoGiachetta 6a58670
format
FrancoGiachetta f455fcc
workflow fix
FrancoGiachetta 7dd993b
add sierra to wasm example
FrancoGiachetta 2fdc435
add sierra to wasm example
FrancoGiachetta ab04371
fix workflows
FrancoGiachetta debfed4
format
FrancoGiachetta 85dc2de
fix clippy
FrancoGiachetta b0e1e6d
fix cairo1-run dependency to std
FrancoGiachetta bdd20b3
fix cairo1-run dependency to std
FrancoGiachetta d559aed
fix test command on cairo1-run
FrancoGiachetta 74ecf9f
small typo
FrancoGiachetta af0f3a4
comments
FrancoGiachetta 567ea7d
format
FrancoGiachetta 4eef4d9
place the comment better
FrancoGiachetta bb9ac8b
Merge branch 'main' into wasm-cairo1
FrancoGiachetta d249eb6
make requested changes
FrancoGiachetta 3166484
make requested changes
FrancoGiachetta 5dc92e8
make requested changes
FrancoGiachetta c7b3856
Merge branch 'main' into wasm-cairo1
FrancoGiachetta 50bd9ee
update workflows
FrancoGiachetta bd66521
Merge branch 'main' into wasm-cairo1
FrancoGiachetta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
fix lint errors
commit b5f043338f9b2fb97e0c419b99c76158c4ba1e5b
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you comment here what program and compiler version are we using for this sierra
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!