Skip to content

refact: wasm compatibility#5

Open
schronck wants to merge 2 commits intomainfrom
refact/wasm
Open

refact: wasm compatibility#5
schronck wants to merge 2 commits intomainfrom
refact/wasm

Conversation

@schronck
Copy link
Contributor

@schronck schronck commented Feb 9, 2026

No description provided.

@schronck schronck self-assigned this Feb 9, 2026
@schronck schronck requested a review from sosaucily February 9, 2026 09:41
fn build_client() -> Result<reqwest::Client, String> {
use std::time::Duration;
reqwest::Client::builder()
.timeout(Duration::from_secs(60))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does reqwest timeout really not support std::time?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reqwest does, wasm doesn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants