You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ianpurton. I saw your comment here and I couldn't resist to try out your code since it was weeks that I was searching around for something like this. Great work!
As the title said, I tried it and generated this code which is part of a bigger library that I'm using and trying to make it compile to WASM. Unfortunately for me, when I tried to build it with wasm-pack build it failed with the errors coming from socket2 which after a cargo tree I discovered to be part of hyper of reqwest. I saw that reqwest` is used to generate the client and as you stated in the issue's comment, you used it to make it compile to WASM. I can't understand why my code still don't compile at it even though it looks like it should.
What am I missing here?
Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered:
Hi @ianpurton. I saw your comment here and I couldn't resist to try out your code since it was weeks that I was searching around for something like this. Great work!
As the title said, I tried it and generated this code which is part of a bigger library that I'm using and trying to make it compile to WASM. Unfortunately for me, when I tried to build it with
wasm-pack build
it failed with the errors coming fromsocket2
which after acargo tree
I discovered to be part ofhyper
ofreqwest. I saw that
reqwest` is used to generate the client and as you stated in the issue's comment, you used it to make it compile to WASM. I can't understand why my code still don't compile at it even though it looks like it should.What am I missing here?
Thanks in advance for your answer.
The text was updated successfully, but these errors were encountered: