Skip to content
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

chore(docs): updating noirjs tutorial for 1.0.0 #6792

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

signorecello
Copy link
Contributor

@signorecello signorecello commented Dec 12, 2024

closes #6762 by updating the tutorials to match 1.0.0

made the boilerplate significantly smaller, but it would be great if noirc_abi and acvm_js wasms were inlined. I've been talking with @Thunkar and one of us will probably tackle this sometime soon. For now, there's an ugly snippet here that does the job

the full code is in this PR

@signorecello signorecello requested a review from a team December 12, 2024 16:28
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 12, 2024
Copy link
Contributor

github-actions bot commented Dec 12, 2024

Peak Memory Sample

Program Peak Memory
keccak256 79.14M
workspace 121.92M
regression_4709 295.98M
ram_blowup_regression 2.44G
private-kernel-tail 210.43M
private-kernel-reset 862.21M
private-kernel-inner 307.94M
parity-root 175.78M

Copy link
Contributor

github-actions bot commented Dec 12, 2024

Compilation Sample

Program Compilation Time %
sha256_regression 0m1.437s -3%
regression_4709 0m0.739s -6%
ram_blowup_regression 0m16.688s -3%
private-kernel-tail 0m1.386s 15%
private-kernel-reset 0m9.242s 6%
private-kernel-inner 0m2.729s 8%
parity-root 0m0.949s -2%
noir-contracts 2m54.765s 1%

Copy link
Contributor

github-actions bot commented Dec 12, 2024

Copy link
Contributor

FYI @noir-lang/developerrelations on Noir doc changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update NoirJS tutorial docs to 1.0.0-beta.0
1 participant