Updates the requirements on [console_log](https://github.com/iamcodemaker/console_log) to permit the latest version. - [Release notes](https://github.com/iamcodemaker/console_log/releases) - [Commits](https://github.com/iamcodemaker/console_log/commits) 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