https://github.com/huytd/rust-webapp-template
Template project for Rust web app
https://github.com/huytd/rust-webapp-template
asmjs frontend js rust webassembly
Last synced: 9 months ago
JSON representation
Template project for Rust web app
- Host: GitHub
- URL: https://github.com/huytd/rust-webapp-template
- Owner: huytd
- Created: 2017-05-19T00:22:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T02:29:41.000Z (about 9 years ago)
- Last Synced: 2024-04-15T06:48:10.608Z (about 2 years ago)
- Topics: asmjs, frontend, js, rust, webassembly
- Language: Rust
- Size: 6.84 KB
- Stars: 67
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
RUST WEB STARTER KIT
--------------------
Template project for creating web app in Rust.
This project use `stdweb` package for handling DOM manipulating and providing browser's API to Rust.
To build the project, simply type:
$ make
The output will be populated to:
> /out/main.js
Run the web app with `index.html`.