Files
dependabot[bot] c57ffe740b build(deps): bump tokio from 1.20.3 to 1.20.4 in /ch_09/phishing
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 02:18:19 +00:00
..
2022-06-09 10:00:20 +00:00
2021-11-13 17:11:09 +00:00
2022-06-09 08:37:51 +00:00

Phishing with WASM

Setup

$ cargo install -f wasm-pack
$ cargo install -f cargo-watch

Dev

$ make webapp_debug
$ make serve

Build

$ make build