Stream: git-wasmtime

Topic: wasmtime / issue #5052 wasmtime: Add a config knob to con...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 13 2022 at 14:26):

fitzgen opened issue #5052:

Would make capturing a backtrace go from O(n) where n is the number of Wasm frames on the stack to constant time for some user-defined acceptable constant. Max frames could be set to zero to disable backtraces completely. Would subsume the current (and deprecated) Config::wasm_backtrace method.

Follow up to #5049.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 13 2022 at 14:26):

fitzgen commented on issue #5052:

cc @Stebalien

view this post on Zulip Wasmtime GitHub notifications bot (Oct 13 2022 at 14:28):

fitzgen commented on issue #5052:

FWIW, last time I looked, V8 would only capture 20 stack frames in its JS error stacks. Relevant precedent.


Last updated: Oct 23 2024 at 20:03 UTC