From e2b49b3cd3407c6ca0f4bf783a35fb8e185cdd1d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 5 Dec 2025 13:08:30 -0500 Subject: [PATCH] Restore blank lines from `main` --- crates/extension_host/src/wasm_host/wit.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/extension_host/src/wasm_host/wit.rs b/crates/extension_host/src/wasm_host/wit.rs index 3b77c7b178709e91c460f28aeb6596496783eba8..946b4864f4f6948353732d8ac5bb6a36212f9b25 100644 --- a/crates/extension_host/src/wasm_host/wit.rs +++ b/crates/extension_host/src/wasm_host/wit.rs @@ -1010,6 +1010,7 @@ impl Extension { } } } + pub async fn call_get_dap_binary( &self, store: &mut Store, @@ -1050,6 +1051,7 @@ impl Extension { _ => anyhow::bail!("`get_dap_binary` not available prior to v0.6.0"), } } + pub async fn call_dap_request_kind( &self, store: &mut Store, @@ -1080,6 +1082,7 @@ impl Extension { _ => anyhow::bail!("`dap_request_kind` not available prior to v0.6.0"), } } + pub async fn call_dap_config_to_scenario( &self, store: &mut Store, @@ -1107,6 +1110,7 @@ impl Extension { _ => anyhow::bail!("`dap_config_to_scenario` not available prior to v0.6.0"), } } + pub async fn call_dap_locator_create_scenario( &self, store: &mut Store, @@ -1147,6 +1151,7 @@ impl Extension { _ => anyhow::bail!("`dap_locator_create_scenario` not available prior to v0.6.0"), } } + pub async fn call_run_dap_locator( &self, store: &mut Store,