-
Notifications
You must be signed in to change notification settings - Fork 36
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
base: main
Are you sure you want to change the base?
Conversation
|
||
#[cfg(not(feature = "wasm-bindgen"))] | ||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] | ||
pub struct Commitment { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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)
a09db41
to
121e02d
Compare
121e02d
to
a8a1b20
Compare
aae8355
to
795e6ac
Compare
f3e5b98
to
93514f2
Compare
93514f2
to
bcfefca
Compare
No description provided.