mirror of
https://github.com/openharmony/third_party_rust_reqwest.git
synced 2026-08-26 12:25:39 -04:00
2616f1fe8a
I have rolled an example header into the other WASM example
406 B
406 B
Example usage of Reqwest from WASM
Install wasm-pack with
npm install
Then you can build the example locally with:
npm run serve
and then visiting http://localhost:8080 in a browser should run the example!
This example is loosely based off of this example, an example usage of fetch from wasm-bindgen.