skhtml/examples/dodrio
Bodil Stokke c892a9f27e Pre-build static arrays of attrs etc to save on allocations. 2019-03-16 16:24:23 +00:00
..
src Pre-build static arrays of attrs etc to save on allocations. 2019-03-16 16:24:23 +00:00
Cargo.toml Dodrio support with a bespoke macro. 2019-03-16 03:18:49 +00:00
README.md Dodrio support with a bespoke macro. 2019-03-16 03:18:49 +00:00
index.html Dodrio support with a bespoke macro. 2019-03-16 03:18:49 +00:00

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