Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-sunglasses/hello-wasm
An Introduction to Web Assembly
https://github.com/mr-sunglasses/hello-wasm
Last synced: 6 days ago
JSON representation
An Introduction to Web Assembly
- Host: GitHub
- URL: https://github.com/mr-sunglasses/hello-wasm
- Owner: Mr-Sunglasses
- Created: 2022-10-20T11:22:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T11:29:17.000Z (over 2 years ago)
- Last Synced: 2024-11-18T07:47:04.329Z (2 months ago)
- Language: Rust
- Size: 655 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-wasm
An Introduction to Web Assembly`git clone https://github.com/Mr-Sunglasses/hello-wasm`
`cd hello-wasm`
`cargo install trunk`
`rustup target add wasm32-unknown-unknown`
`trunk serve`
![WASM Counter App](demo/demoWASM.png "Counter App")
Just Kill JavaScript and Use Rust.