fitzgen opened issue #6328:
Similar to this: https://github.com/bytecodealliance/wasmtime/blob/43ec4816f1280086987a6743d06368a606406bea/crates/wasmtime/src/trampoline/func.rs#L74-L103
Rather than via a bunch of random accessors on the module and its compiled code, which is very wordy and also repeated in a bunch of different places.
fitzgen labeled issue #6328:
Similar to this: https://github.com/bytecodealliance/wasmtime/blob/43ec4816f1280086987a6743d06368a606406bea/crates/wasmtime/src/trampoline/func.rs#L74-L103
Rather than via a bunch of random accessors on the module and its compiled code, which is very wordy and also repeated in a bunch of different places.
alexcrichton closed issue #6328:
Similar to this: https://github.com/bytecodealliance/wasmtime/blob/43ec4816f1280086987a6743d06368a606406bea/crates/wasmtime/src/trampoline/func.rs#L74-L103
Rather than via a bunch of random accessors on the module and its compiled code, which is very wordy and also repeated in a bunch of different places.
Last updated: Jan 10 2026 at 02:36 UTC