Replies: 1 comment
-
I think you probably just need to drop the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am brand new to Rust; I know a lot of C++ and Python. This might be a FAQ somewhere, but I don't know where to look.
I want to try adding a method to
RequestInit
to settype: 'bytes'
and attempt to get a BYOB reader. This looks pretty easy; I just have to copy the very similarmode()
method fromgen_RequestInit.rs
. So to try this experiment, I forkedwasm-bindgen
and modified my Cargo.toml:but now I am stuck on this error:
What other steps do I need to use to link to my own fork?
Beta Was this translation helpful? Give feedback.
All reactions