-
Notifications
You must be signed in to change notification settings - Fork 1
[FEAT] Install WASM file from numscript-wasm release (CU #86b3a5va4) #4
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
Merged
fermuch
merged 43 commits into
main
from
feat/download-wasm-file-from-release#86b3a5va4
Jan 30, 2025
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1f5bd03
Now install WASM file at compile time
Vinocis 4fdb759
Fix doc typo
Vinocis fbbcd5d
Remove debug code
Vinocis 5c7307a
Fix CI
Vinocis b23b204
Improve error handling
Vinocis 802bffc
Now contribuitors can choose to install the wasm file or not
Vinocis 0ed3bf5
Install flag is now an argument
Vinocis 5426a4d
Validate wasm bianry with checksums
Vinocis 98725e3
Fix typo
Vinocis 49996cd
Now ignores the WASM binary
Vinocis e67a33c
Add docs
Vinocis e67e243
Fix tests
Vinocis ab5cf91
Refactor
Vinocis ad689bd
Create macro tests
Vinocis 93b3bbe
Fix Logger message
Vinocis 817182c
Ensure priv path exists
Vinocis 35b2bdc
Debug CI
Vinocis a95371d
Raise CompileError if can't download wasm bianry
Vinocis 8cb582f
Remove debug function
Vinocis f56af79
Add more debug code
Vinocis 7d56aae
Remove debug code
Vinocis 2041a12
Fix
Vinocis e4e85e9
Refactor
Vinocis 71bae54
Fix typo
Vinocis 1a426d8
Chore
Vinocis e3bd86f
Use matrix to test on macOS and Windows
Vinocis 4f9429b
Remove macOS from matrix
Vinocis bf0a555
Apply review suggestions
Vinocis 8a95192
Fix CI
Vinocis 97d8448
Change Erlang version to 27.0
Vinocis 06a0c1c
Revert last commit
Vinocis 2b29cf9
Adds patch version on Erlang
Vinocis 02ccab6
Revert last commit
Vinocis d0f1ca2
Does not get version from .tool-versions
Vinocis dc2c2da
Add gitattributes
Vinocis 1c5a73d
Update gitattributes
Vinocis b353eac
Check format only on ubuntu
Vinocis 015ea1b
Fix CI
Vinocis a79e920
Fix CI
Vinocis cc870b9
Add MIX_ENV on job 'tests'
Vinocis 489e0fc
Fix CI
Vinocis b448f06
Change cache key
Vinocis f2d8345
Apply review suggestions
Vinocis 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
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Handle line endings automatically for files detected as text | ||
| # and leave all files detected as binary untouched. | ||
| * text=auto | ||
|
|
||
| # Elixir files | ||
| *.ex diff=elixir | ||
| *.exs diff=elixir |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.