diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-05-02 16:36:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 17:36:15 +0900 |
commit | b48ceb69a1d8d0c221820162b9f834238d2a11ae (patch) | |
tree | 912425818ef7207dc2d8c8c52a5b0a2c505b19a2 | |
parent | da911e741c0482b27ab7e5d96a26f6f0ff0b1d00 (diff) |
docs: remove wasm and wasi as prerequisites (#10465)
ref: #7512
-rw-r--r-- | docs/contributing/building_from_source.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md index 96e3e1b88..01456c6a7 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: |