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

feat(node-wasm, types)!: Add method to get blobs for wasm #468

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

fl0rek
Copy link
Member

@fl0rek fl0rek commented Nov 28, 2024

No description provided.


#[cfg(not(feature = "wasm-bindgen"))]
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
pub struct Commitment {
Copy link
Member

Choose a reason for hiding this comment

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

cfg_attr doesn't work in this case?

Copy link
Member Author

@fl0rek fl0rek Dec 2, 2024

Choose a reason for hiding this comment

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

I did not find a way for this to work with just cfg_attr, I believe we're hitting rustwasm/wasm-bindgen#2703 here. (This could be resolved by cfg_eval sabilisation)

@fl0rek fl0rek changed the title Feat/blob service feat(node-wasm, types)!: Add method to get blobs for wasm Nov 29, 2024
@fl0rek fl0rek force-pushed the feat/blob_service branch 2 times, most recently from f3e5b98 to 93514f2 Compare December 2, 2024 08:38
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