bjorn3 commented on issue #272:
https://github.com/bytecodealliance/wasm-tools/issues/7 has been closed, so this should be unblocked I think.
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_modulefunction within wasmtime-jit'sContextonly acceptsVecas input instead of accepting any object with theReadtrait.It seems rather unnecessary to ask the caller to prepare their file themselves by reading it into a
Vecobject whenwasmtime_jitcould do that preparation itself on any readable object.
fitzgen commented on issue #272:
wasmtime_jitis 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