pub async fn spawn_load_module( name: &str, wasm: &[u8], runtime: &Arc<dyn Runtime + Send + Sync + 'static>, ) -> Result<Module, SpawnError>