# 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 ```