diff --git a/crates/extension_host/src/wasm_host/wit.rs b/crates/extension_host/src/wasm_host/wit.rs index 0e5f9e2a1b995dced7c9a24408ed07bc24f4ef4e..03d0387ce07e263bca39cd7cb1952e129e97c6c8 100644 --- a/crates/extension_host/src/wasm_host/wit.rs +++ b/crates/extension_host/src/wasm_host/wit.rs @@ -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