skhtml/examples/dodrio/counter
Samuel El-Borai d1525a38ff Fix build errors for examples
- The type signature for the method 'render' of Render trait seems to
  have changed, causing examples to fail.
2022-01-27 18:16:32 +00:00
..
src Fix build errors for examples 2022-01-27 18:16:32 +00:00
Cargo.toml Update dodrio requirement from 0.1.0 to 0.2.0 2020-05-11 15:15:14 +01:00
README.md Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
index.html Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +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