-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
WASM Support #630
WASM Support #630
Conversation
5c43e3f
to
5599bad
Compare
32ca69b
to
71af6e3
Compare
f97f214
to
a48d664
Compare
While there's some things still missing, I think it's best to merge what there is and open new issues. This may help others to test and contribute :D |
I'm curious with the request and response body - would there be any value in exposing the bodies as JSValues? Or should the bodies always be either text or bytes. (I'd be glad to add in either feature in the next few weeks if I have the time) |
I don't have much experience using WASM, so it'd help if those that did could chime in. But, my initial feeling is to not expose a |
An example of how to use it would be great! |
does it circumvent cors? |
This starts adding wasm32 support to reqwest. Many things don't yet work in it. But the part that is there are least compiles!
Status:
cc #288