Playing with rusty web libraries
Go to file
dependabot[bot] 0bf7f32b62
Bump qs and express in /www
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `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: qs
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 04:38:17 +00:00
src adding macro functions 2020-10-11 12:17:55 +01:00
tests environment constructed and working 2020-10-10 22:41:31 +01:00
www Bump qs and express in /www 2022-12-08 04:38:17 +00:00
.gitignore environment constructed and working 2020-10-10 22:41:31 +01:00
Cargo.toml environment constructed and working 2020-10-10 22:41:31 +01:00
README.md adding macro functions 2020-10-11 12:17:55 +01:00

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