Updates the requirements on [dodrio](https://github.com/fitzgen/dodrio) to permit the latest version. - [Release notes](https://github.com/fitzgen/dodrio/releases) - [Commits](https://github.com/fitzgen/dodrio/commits/0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md | ||
index.html |
README.md
Counter
A counter that can be incremented and decremented.
Source
See src/lib.rs
.
Build
wasm-pack build --target no-modules
Serve
Use any HTTP server, for example:
python -m SimpleHTTPServer