-
Notifications
You must be signed in to change notification settings - Fork 387
chore: Integrate noir.js into workspace and CI release workflow #2705
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
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e4a8b90
move index.ts into a src directory
kevaundray fd38aee
build noirc_abi before building noir_js (seems yarn install does not …
kevaundray de53257
add typescript to devDep and add a build script
kevaundray 2e71188
update gitignore
kevaundray cef1e2c
add tsconfig
kevaundray 5c7f2ec
format
kevaundray 6f75238
try-extra dependencies
kevaundray bc75800
try npm for wasm-opt
kevaundray 8cd8a54
add wasm32 target to CI
kevaundray 465bcec
use specific version of wasm-bindgen-cli
kevaundray d2f038c
-x bash debug
kevaundray c021211
export out variable since it is being used in installPhase. Not sure …
kevaundray afd0820
set access to public
kevaundray 4d77abc
add authentication step
kevaundray 2add9bc
Update .github/workflows/noir-js.yml
kevaundray 16ab8cd
Update tooling/noirc_abi_wasm/installPhase.sh
kevaundray fb28ea2
Update .gitignore
kevaundray be76287
add noir-js to release-please config
kevaundray 77dbcf9
Merge branch 'kw/flesh-out-noir-js' of github.com:noir-lang/noir into…
kevaundray b5c2c72
publish noir.js
kevaundray 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
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
File renamed without changes.
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,14 @@ | ||
| { | ||
| "compilerOptions": { | ||
|
kevaundray marked this conversation as resolved.
|
||
| "target": "esnext", | ||
| "declaration": true, | ||
| "emitDeclarationOnly": false, | ||
| "module": "ESNext", | ||
| "moduleResolution": "node", | ||
| "outDir": "./lib", | ||
| "esModuleInterop": true, | ||
| "strict": true | ||
| }, | ||
| "include": ["src/**/*.ts"], | ||
| "exclude": ["node_modules"] | ||
| } | ||
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
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.