alexcrichton opened PR #6943 from alexcrichton:fix-fuzz
to bytecodealliance:main
:
This commit addresses some more fallout from https://github.com/bytecodealliance/wasmtime/pull/6835 by updating some
error messages and adding clauses for new conditions. Namely:
Module compilation is now allowed to fail when the module may have
more memories/tables than the pooling allocator allows per-module.The error message for the core instance limit being reached has been
updated.
alexcrichton requested fitzgen for a review on PR #6943.
alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #6943.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6943.
fitzgen submitted PR review:
Thanks!
fitzgen merged PR #6943.
Last updated: Nov 22 2024 at 16:03 UTC