From b48ceb69a1d8d0c221820162b9f834238d2a11ae Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sun, 2 May 2021 16:36:15 +0800 Subject: [PATCH] docs: remove wasm and wasi as prerequisites (#10465) ref: #7512 --- docs/contributing/building_from_source.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md index 96e3e1b88d..01456c6a75 100644 --- a/docs/contributing/building_from_source.md +++ b/docs/contributing/building_from_source.md @@ -36,13 +36,6 @@ rustc -V cargo -V ``` -### Setup rust targets and components - -```shell -rustup target add wasm32-unknown-unknown -rustup target add wasm32-wasi -``` - ### Building Deno The easiest way to build Deno is by using a precompiled version of V8: