Playing with rusty web libraries
70d0d47187
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async 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