Closed gen2-sys-it closed 2 weeks ago
This has been fixed by upgrading binaryen (the package that contains wasm2js) to version 119. (https://github.com/WebAssembly/binaryen)
The version that comes with Ubuntu 20.04 is version 91.. and can't handle the latest versions of nota.
Bug in web app
Describe the bug (Running Ubuntu 20.04.6 LTS) When building the webapp from scratch using the build instructions in the latest version (250.241025.0), the following build error appears when dealing with liboqs:
Build error: RangeError [PLUGIN_ERROR]: Could not load wasm-fallback:liboqs.wasm (imported by wasm-loader:liboqs.wasm): stdout maxBuffer length exceeded
To Reproduce Steps to reproduce the behavior: Follow the build instructions... as they are written. (https://github.com/tutao/tutanota/blob/master/doc/BUILDING.md)
The build process works perfectly up until "node webapp prod" is run..
Screenshots