- Notifications
You must be signed in to change notification settings - Fork1
A Rust WebAssembly Website example for practising english for chinese.
License
NotificationsYou must be signed in to change notification settings
rayylee/keypress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Rust WebAssembly Websit example for practising english for chinese.
TheKeyPress
is built with trunk. You can install it with the following command:
# Install WebAssembly target# The compilation target for browser-based WebAssembly is called "wasm32-unknown-unknown".# The following command will add this target to your development environment.rustup target add wasm32-unknown-unknown# Install trunk and wasm-bindgen-cli# At some point in the future, trunk will automatically download wasm-bindgencargo install trunk wasm-bindgen-cli
Build and run is as easy as running a single command:
# buildcargo build --release
# build and servetrunk serve --release
You can visit in the websitehttps://rayylee.github.io/keypress
- qwerty-learner - Thanks for designing the view!
- yew - Thanks for the examples!