Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 867 Bytes

getting-started.md

File metadata and controls

20 lines (12 loc) · 867 Bytes
description
Set yourself up for success

Installation

Rust

First, you'll need Rust. To install Rust and the cargo build tool, follow the official instructions.

Build Tools

wasm-pack is a tool developed by the Rust / Wasm Working Group and is the recommended tool for building your application. Install using the official install instructions.

cargo-web was the preferred web workflow tool before the introduction of wasm-pack. It is still the quickest way to get up and running and worth installing to run examples that haven't been migrated to support wasm-pack yet. Install it by running:

cargo install cargo-web