extension_host: Remove restriction of extension API v0.3.0 to development builds (#26498)

Forgot to do this in #26495.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-11 19:22:31 -04:00 committed by GitHub
parent 96510b72b8
commit 9902cd54ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,8 +108,6 @@ impl Extension {
let _ = release_channel;
if version >= latest::MIN_VERSION {
authorize_access_to_unreleased_wasm_api_version(release_channel)?;
let extension =
latest::Extension::instantiate_async(store, component, latest::linker())
.await