From c5174c2c698672310492c627c79b01dd3bfce2b0 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 15 Mar 2022 07:14:46 +0100 Subject: [PATCH] doc: fix minor typos in build-c (#13738) --- cmd/v/help/build-c.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/v/help/build-c.txt b/cmd/v/help/build-c.txt index 11c7504037..8627eb48d7 100644 --- a/cmd/v/help/build-c.txt +++ b/cmd/v/help/build-c.txt @@ -25,7 +25,7 @@ see also `v help build`. -cstrict Turn on additional C warnings. This slows down compilation - slightly (~10-10% for gcc), but sometimes provides better diagnosis. + slightly (~10% for gcc), but sometimes provides better diagnosis. -showcc Prints the C command that is used to build the program. @@ -97,7 +97,8 @@ see also `v help build`. systems also (although we do not test it as regularly as for the above): `android`, `ios`, `freebsd`, `openbsd`, `netbsd`, `dragonfly`, - `solaris`, `serenity`, `haiku`, `vinix` + `solaris`, `serenity`, `haiku`, `vinix`, + `wasm32`, `wasm32-wasi`, `wasm32-emscripten` Note that V has the concept of platform files, i.e. files ending with `_platform.c.v`, and usually only the matching files are used in