An open API service indexing awesome lists of open source software.

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

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.