Playing with rusty web libraries
6cc3730f88
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 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