Stream: git-wasmtime

Topic: wasmtime / issue #272 wasmtime_jit::Context's instantiate...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2021 at 08:37):

bjorn3 commented on issue #272:

https://github.com/bytecodealliance/wasm-tools/issues/7 has been closed, so this should be unblocked I think.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2026 at 17:26):

fitzgen closed issue #272:

Perhaps this is a bit of confusion on my end, but I was curious if there was a reason the instantiate_module function within wasmtime-jit's Context only accepts Vec as input instead of accepting any object with the Read trait.

It seems rather unnecessary to ask the caller to prepare their file themselves by reading it into a Vec object when wasmtime_jit could do that preparation itself on any readable object.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 29 2026 at 17:27):

fitzgen commented on issue #272:

wasmtime_jit is not a thing anymore and Wasmtime provides a number of APIs for creating Wasm modules from different sources now.


Last updated: Feb 24 2026 at 05:28 UTC