Skip to content

Commit

Permalink
Update crates/test-programs/src/bin/api_proxy.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Elliott <[email protected]>
  • Loading branch information
alexcrichton and elliottt authored Oct 9, 2023
1 parent f8ee3f7 commit fd36545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/test-programs/src/bin/api_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ impl bindings::exports::wasi::http::incoming_handler::Guest for T {
}
}

// Technically this should not be here for a proxy, but given the current
// framework for tests it's required since this file is built as a `bin`
fn main() {}

0 comments on commit fd36545

Please sign in to comment.