Hey there. I've been wondering if I can assume that a module's start function will be executed when a module is initialized using wasmtime. I.e. there's a wasmtime-based provider for wapc; and I'm unsure if it calls the start function or doesn't...
Yes it does, see https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasmtime/src/instance.rs#L54
Thank you :)
Last updated: Nov 22 2024 at 16:03 UTC