Skip to content

Conversation

@fzylogic
Copy link
Contributor

The Namespaces struct uses OsStr, which is only available on Windows and Unix systems, leaving wasm targets unable to use the serde1 feature to deserialize other struct data. This change skips derivation of Serialize and Deserialize when targeting wasm as the build environment.

The Namespaces struct uses OsStr, which is only available on Windows
and Unix systems, leaving wasm targets unable to use the serde1 feature
to deserialize other struct data. This change skips derivation of
Serialize and Deserialize when targeting wasm as the build environment.
@eminence
Copy link
Owner

Looks reasonable to me, thanks!

@eminence eminence merged commit cdf4505 into eminence:master Mar 26, 2025
11 of 12 checks passed
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