-
Notifications
You must be signed in to change notification settings - Fork 7
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
The latest commit (ffd6b2a) doesn't work in WASM from TS #198
The latest commit (ffd6b2a) doesn't work in WASM from TS #198
Comments
It seems that we need to change the initial=20 line in the wasm wrapper to initial=23 (might be worth bumping to 30?). Not sure why we need 3+ more memory pages now, though. However, more issues are hit past this
|
AztecProtocol/aztec-packages#216 Looks like it's not exactly broken, just takes more time and memory and both have limits in the repo. I don't think any dev here should be stalled, but I am curious what has changed in bberg |
A huge amount - for a couple of months (I think), we've been working on a separate |
This commit points to bberg master, following @suyash67's gruelling rebase (thanks!)
But if you try to run the e2e tests from aztec3-packages (after pointing to aztec3-circuits master and bberg master), you get an error like:
LinkError: WebAssembly.instantiate(): memory import 15 is smaller than initial 23, got 20
Note: there's a new
-DUSE_TURBO=true
env variable that should be set when cmake-ing bberg, but that doesn't help.I haven't tried running this repo's c++ tests with a wasm build locally.
This should be a high priority to fix, as we really oughtn't push more code on top of this broken branch...
The text was updated successfully, but these errors were encountered: