-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, The other way is suited for your use-case which make use of |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
-
Hi, The other way is suited for your use-case which make use of |
Beta Was this translation helpful? Give feedback.
Hi,
There are 2 ways to do
http
call in sauron one is using the provideHttp
module as demonstrated in this example.The other way is suited for your use-case which make use of
reqwest
andwasm-bindgen-futures
.Take a look at this hackernews-clone. This essentially spawns an
aync
function then wrap it in aCmd