Playing with rusty web libraries
3d600a5192
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3) --- updated-dependencies: - dependency-name: y18n 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