Playing with rusty web libraries
0a62e80d55
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
tests | ||
www | ||
.gitignore | ||
Cargo.toml | ||
README.md |
wazem
Playing with client-side rust libraries for speedy types.
wasm-pack
create-wasm-app
-start dev server
Usage
- Build the rust crate using
wasm-pack build
- Js dev site/server in
www/
- Build frontend using
npm run build
- Start dev server using
npm start
- Build frontend using