Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: wasm_support feature has no effect #55

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

Gowee
Copy link
Contributor

@Gowee Gowee commented Aug 8, 2024

chrono has its wasmbind feature activated by default. It voids the wasm_support feature which is expected to control chrono/wasmbind.

The PR fixes this issue by disabling the default features of chrono.

@hschimke
Copy link
Collaborator

Apology for my slow response, I've been away for a bit.

A question: is this a new change for chrono? When I originally added that feature I did so because wasm builds would produce seg-faulting code without it.

@hschimke
Copy link
Collaborator

Hmm, it looks like chrono/wasmbind was added to default in 0.4.22 for chrono. The first version of chrono that I used in wasm was 0.4.23, which should have included it in default. I'm not totally sure why it was necessary then.

@hschimke hschimke merged commit 73ae0b9 into rxing-core:main Oct 28, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants