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: Dec 23 2024 at 14:03 UTC