Skip to content

add wasm build step to circleci#109

Merged
ludamad merged 33 commits into
masterfrom
sp/wasm-build
Mar 29, 2023
Merged

add wasm build step to circleci#109
ludamad merged 33 commits into
masterfrom
sp/wasm-build

Conversation

@spypsy

@spypsy spypsy commented Mar 28, 2023

Copy link
Copy Markdown
Member

Description

Please provide a paragraph or two giving a summary of the change, including relevant motivation and context.

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

@ludamad ludamad merged commit b8088d8 into master Mar 29, 2023
@ludamad ludamad deleted the sp/wasm-build branch March 29, 2023 15:34
ludamad pushed a commit that referenced this pull request Jul 14, 2023
* attempting to remove any call to bump_memory

* add back in mistakenly removed fft

* fixing some bump memory in PCS and poly mem store

* ensuring no bump memory with assert and removing initial_size

* removing allocated_pages and page_size

* fix bad polynomial sizing in prover test

* getting rid of the notion of max_size

* removing some erroneous zero_memory calls in poly operators

* fix bad sizing in poly arith test

* doing away with the poly(size_t, size_t) constructor entirely

* progress towards coherent size-capacity concept

* fix after rebase

* improving move operations with exchange and adding a coresponding test

* addressing several of Adrians PR comments

* restoring single instantiation of tmp poly in shplonk

* remove size check from factor_roots test since size is no longer changed

* default constructor, bad move operation, etc

* allowing assignment after default construction

* standardizing assertions in polynomial

* fix return type on mapped
codygunton pushed a commit that referenced this pull request Jan 23, 2024
* attempting to remove any call to bump_memory

* add back in mistakenly removed fft

* fixing some bump memory in PCS and poly mem store

* ensuring no bump memory with assert and removing initial_size

* removing allocated_pages and page_size

* fix bad polynomial sizing in prover test

* getting rid of the notion of max_size

* removing some erroneous zero_memory calls in poly operators

* fix bad sizing in poly arith test

* doing away with the poly(size_t, size_t) constructor entirely

* progress towards coherent size-capacity concept

* fix after rebase

* improving move operations with exchange and adding a coresponding test

* addressing several of Adrians PR comments

* restoring single instantiation of tmp poly in shplonk

* remove size check from factor_roots test since size is no longer changed

* default constructor, bad move operation, etc

* allowing assignment after default construction

* standardizing assertions in polynomial

* fix return type on mapped
@AztecBot AztecBot mentioned this pull request Mar 13, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants