Stream: git-wasmtime

Topic: wasmtime / issue #6328 Register functions/trampolines wit...


view this post on Zulip Wasmtime GitHub notifications bot (May 02 2023 at 17:28):

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2023 at 17:28):

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 09 2023 at 20:07):

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