arwa

Crates.ioarwa
lib.rsarwa
version0.1.1
sourcesrc
created_at2020-01-05 19:10:11.017095
updated_at2020-02-08 10:44:08.909336
descriptionA Rusty wrapper around the web_sys APIs.
homepagehttps://github.com/RSSchermer/ARWA
repositoryhttps://github.com/RSSchermer/ARWA
max_upload_size
id195480
size416,660
Roland (RSSchermer)

documentation

README

ARWA: A Rusty Web-API

This crate is an experiment with wrapping the web_sys APIs with an API that better aligns with Rust idioms and conventions (as established in core /std). In its current state, this implementation should be considered merely an exploration of the possibilities and pitfalls: it is barely tested, undocumented, and expected to change significantly. Any contributions, ideas, feedback and discussion would be greatly appreciated, please feel free to open new issues.

Getting started

The examples directory contains several small wasm-bindgen example applications. For now the best way to get started is to copy an example. To install the NodeJS dependencies run:

npm install

Then run the application with:

npm run serve

You should now be able to find the result in a browser at localhost:8080.

Note that this requires NodeJS.

License

MIT

Commit count: 48

cargo fmt