sokra / rust-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-test

Installing the rust toolchain

rustup toolchain install nightly
rustup default nightly
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli

Installing dependencies

yarn

Doing the build

yarn build

First build may take really long, because cargo will install and build dependencies in the rust projects.

About


Languages

Language:JavaScript 68.1%Language:Rust 22.1%Language:HTML 9.8%