Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: disables serde-serializer feature from wasm-bindgen dep #83

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

iamricard
Copy link
Contributor

@iamricard iamricard commented Oct 28, 2023

👋🏼 hi! i hope this unannounced PR is fine.

this looks to disable the serde-serialize feature from the wasm-bindgen dep on sauron-core, which looks like was added about 3 years ago and is now unused. the reason for this is to break a possible dependency cycle as explained in rustwasm/wasm-bindgen#2770. i'm a bit of a novice when it comes to rust, but from what i can tell there are no uses of into_serde (https://github.com/rustwasm/wasm-bindgen/blob/a03d23bd16cb9b1706a71f20ba062e5532b369ec/src/lib.rs#L249-L258) or from_serde anymore (https://github.com/rustwasm/wasm-bindgen/blob/a03d23bd16cb9b1706a71f20ba062e5532b369ec/src/lib.rs#L218-L224).

ran just test-all and all passed on a darwin arm64 host ✅

@ivanceras ivanceras merged commit 2053eeb into ivanceras:master Oct 29, 2023
4 checks passed
@ivanceras
Copy link
Owner

This is a good PR, thank you @iamricard

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