guregu opened PR #6771 from guregu:async_stack_size_fix
to bytecodealliance:main
:
Fixes an issue where max_wasm_stack was being validated against async_stack_size when async_support was disabled, discussed in #6762.
I added a really simple test. I wasn't sure where to put it, let me know if there's a better spot for it (or some way to avoid the magic number of 8MB).
Background: wasmtime-go is currently panicking when trying to set the stack size (see: https://github.com/bytecodealliance/wasmtime-go/issues/182).
guregu requested wasmtime-core-reviewers for a review on PR #6771.
guregu requested fitzgen for a review on PR #6771.
alexcrichton submitted PR review:
Thanks!
alexcrichton has enabled auto merge for PR #6771.
fitzgen submitted PR review:
Thanks!
alexcrichton merged PR #6771.
Last updated: Nov 22 2024 at 16:03 UTC