jayzhan211 opened issue #4286:
https://github.com/bytecodealliance/wasmtime/blob/337c1ca8324f9e8c7453f9bee6415310edba6202/crates/cranelift/src/lib.rs#L43-L45
There is no update stack limit func now.
It seems that the current stack size is computed directly when enter wasmtime?
https://github.com/bytecodealliance/wasmtime/blob/337c1ca8324f9e8c7453f9bee6415310edba6202/crates/wasmtime/src/func.rs#L1289-L1309
I think the comment need to be updated or deleted.
jayzhan211 edited issue #4286:
https://github.com/bytecodealliance/wasmtime/blob/337c1ca8324f9e8c7453f9bee6415310edba6202/crates/cranelift/src/lib.rs#L43-L45
There is no update stack limit func now.
It seems that the current stack size is computed directly when enter wasmtime?
https://github.com/bytecodealliance/wasmtime/blob/337c1ca8324f9e8c7453f9bee6415310edba6202/crates/wasmtime/src/func.rs#L1289-L1309
This is the PR when update_stack_limit is removed.
I think the comment need to be updated or deleted.
alexcrichton closed issue #4286:
https://github.com/bytecodealliance/wasmtime/blob/337c1ca8324f9e8c7453f9bee6415310edba6202/crates/cranelift/src/lib.rs#L43-L45
There is no update stack limit func now.
It seems that the current stack size is computed directly when enter wasmtime?
https://github.com/bytecodealliance/wasmtime/blob/337c1ca8324f9e8c7453f9bee6415310edba6202/crates/wasmtime/src/func.rs#L1289-L1309
This is the PR when update_stack_limit is removed.
I think the comment need to be updated or deleted.
Last updated: Dec 13 2025 at 19:03 UTC