Playing with rusty web libraries
Go to file
dependabot[bot] 84ad87374b
Bump loader-utils from 1.4.0 to 1.4.2 in /www
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 01:44:08 +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 loader-utils from 1.4.0 to 1.4.2 in /www 2022-11-14 01:44:08 +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