https://github.com/sendilkumarn/oc1-rust-wasm-workshop
The Rust WebAssembly Workshop for Oracle Code One 2019
https://github.com/sendilkumarn/oc1-rust-wasm-workshop
Last synced: 17 days ago
JSON representation
The Rust WebAssembly Workshop for Oracle Code One 2019
- Host: GitHub
- URL: https://github.com/sendilkumarn/oc1-rust-wasm-workshop
- Owner: sendilkumarn
- Created: 2019-09-16T18:31:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T18:48:41.000Z (over 6 years ago)
- Last Synced: 2025-05-21T14:17:48.755Z (9 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Rust WebAssembly Workshop
This is a Rust 🦀 and WebAssembly 🕸 workshop.
## Suggested Prerequisites
* Rust - beginner to interemediate level - Want to learn? >> [Rust Programming Language Book](https://doc.rust-lang.org/book/).
* JavaScript - understand the basics.
## Getting Started
Make sure that you have the lastest version of
* [Rust installed](https://www.rust-lang.org/tools/install)
* [NodeJS installed](https://docs.npmjs.com/cli/install)
* [wasm-pack installed](https://rustwasm.github.io/wasm-pack/installer/)
* Additionally, installing [this tools](https://rustwasm.github.io/book/game-of-life/setup.html) would be helpful
Once you have this, navigate to the [`level-01`](./level-01) folder.