From 794dc73bf9733f6055cc65914b7c928a3b0d46df Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 28 Dec 2017 23:11:11 +0200 Subject: Added extra build instructions for wasm --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f957b77..0e88d04 100644 --- a/README.org +++ b/README.org @@ -106,4 +106,8 @@ can embed in my website to allow others to use without needing to compile or install it themselves. Progress can be seen by running ~make build-web~ and opening -~target/site/index.html~. This requires Make to be installed. +~target/site/index.html~. This requires Make to be installed, and the +wasm32-unknown-unknown target to be installed in your Rust nightly +toolchain. If you are using Rustup, this can be done by running +~rustup target add --toolchain nightly wasm32-unknown-unknown~ + -- cgit v1.2.3