sdk-rust/example-projects/reqwest-wasm-example
Dejan Bosanac 1e00f6fe04 Update reqwest wasm example so it compiles and run properly again
Signed-off-by: Dejan Bosanac <dejan@sensatic.net>
2021-09-10 10:56:14 -04:00
..
src Update reqwest wasm example so it compiles and run properly again 2021-09-10 10:56:14 -04:00
.gitignore Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00
Cargo.toml Update reqwest wasm example so it compiles and run properly again 2021-09-10 10:56:14 -04:00
README.md Update reqwest wasm example so it compiles and run properly again 2021-09-10 10:56:14 -04:00
index.html Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00
index.js Update reqwest wasm example so it compiles and run properly again 2021-09-10 10:56:14 -04:00
package-lock.json Update reqwest wasm example so it compiles and run properly again 2021-09-10 10:56:14 -04:00
package.json Update reqwest wasm example so it compiles and run properly again 2021-09-10 10:56:14 -04:00
webpack.config.js Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00

README.md

Example usage of CLoudEvents sdk/Reqwest from WASM

Install the dependencies with:

npm install

Then 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, and from reqwest repo.