Skip to content

nightly-2024-01-12: fix: fixup exports from `noir_wasm` (#4022)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 02:17
· 1721 commits to master since this release
358cdd2
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

The ordering on `exports` is important plus we have `types` missing
which was causing issues in `aztec-packages`.

## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.