fluencelabs / marine

Marine runs multi-module WebAssembly applications with interface-types and shared-nothing linking scheme
GNU Affero General Public License v3.0
198 stars 25 forks source link

feat(wasmtime-backend): host stack size for WASM modules runtime has been increased to manage with AIR `fold` over 1023 elements in AquaVM #390

Closed raftedproc closed 1 year ago

raftedproc commented 1 year ago

There is stack overflow happens for AquaVM benchmarking tests uses 1023 elements in a stream.

github-actions[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 6718881369


Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/wasmtime-backend/src/lib.rs 0 2 0.0%
<!-- Total: 0 2 0.0% -->
Files with Coverage Reduction New Missed Lines %
crates/wasmtime-backend/src/lib.rs 1 0.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6616846004: 0.0%
Covered Lines: 31
Relevant Lines: 7422

💛 - Coveralls