sdk-rust/example-projects/reqwest-wasm-example
Francesco Guardiani 35b37e5a45
Version bump (#74)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-08-06 15:42:56 +02:00
..
src Improve api of module cloudevents-sdk-reqwest (#57) 2020-06-22 16:27:05 +02:00
.gitignore Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00
Cargo.toml Version bump (#74) 2020-08-06 15:42:56 +02:00
README.md Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00
index.html Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00
index.js Reqwest wasm example (#43) 2020-05-20 11:37:55 +02:00
package-lock.json Bump elliptic in /example-projects/reqwest-wasm-example (#65) 2020-08-03 08:34:45 +02:00
package.json Reqwest wasm example (#43) 2020-05-20 11:37:55 +02: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.