Skip to content

fix(core): use web-time only for wasm32-unknown-unknown target#7360

Merged
Xuanwo merged 1 commit intoapache:mainfrom
ngg:fix/webtime-cfg
Apr 8, 2026
Merged

fix(core): use web-time only for wasm32-unknown-unknown target#7360
Xuanwo merged 1 commit intoapache:mainfrom
ngg:fix/webtime-cfg

Conversation

@ngg
Copy link
Copy Markdown
Contributor

@ngg ngg commented Apr 5, 2026

Which issue does this PR close?

Closes #7359.

What changes are included in this PR?

Gate usage of web-time on cfg(all(target_family = "wasm", target_os = "unknown")).

Are there any user-facing changes?

No

AI Usage Statement

None

Signed-off-by: Gergely Nagy <ngg@ngg.hu>
@ngg ngg requested a review from Xuanwo as a code owner April 5, 2026 06:55
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. releases-note/fix The PR fixes a bug or has a title that begins with "fix" labels Apr 5, 2026
Copy link
Copy Markdown
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thank you!

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Apr 8, 2026
@Xuanwo Xuanwo merged commit 5f5fb10 into apache:main Apr 8, 2026
384 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer releases-note/fix The PR fixes a bug or has a title that begins with "fix" size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: web-time should only target wasm32-unknown-unknown

2 participants