Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks/wasm
diff options
context:
space:
mode:
authorMaxim Lipnin <v-maxlip@microsoft.com>2020-10-10 08:16:48 +0300
committerGitHub <noreply@github.com>2020-10-10 08:16:48 +0300
commitd3671116127e29b96daf513cc77bba419c177db4 (patch)
treed52e6fe3c7f3eb1c1cb0c83f465a7fba0a882f26 /sdks/wasm
parent33995947275853280207e2ecbcf42578ffe087b6 (diff)
Update readme (#20470)
Diffstat (limited to 'sdks/wasm')
-rw-r--r--sdks/wasm/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/sdks/wasm/README.md b/sdks/wasm/README.md
index 95a3d133124..377c7354af1 100644
--- a/sdks/wasm/README.md
+++ b/sdks/wasm/README.md
@@ -177,10 +177,10 @@ Right now the following targets are available:
- run-browser-tests: Run tests that require a browser environment
- build-aot-all: Build all AOT samples and tests
- run-aot-all: Run all AOT samples and tests
-- build-aot-sample: Build hello world AOT sample
-- run-aot-sample: Run hello world AOT sample
-- build-interp-sample: Build hello world AOT interpreter sample
-- run-interp-sample: Run hello world AOT interpreter sample
+- build-aot-hello: Build hello world AOT sample
+- run-aot-hello: Run hello world AOT sample
+- build-interp-hello: Build hello world AOT interpreter sample
+- run-interp-hello: Run hello world AOT interpreter sample
- build-aot-bindings-sample: Build sample using bindings
- build-aot-bindings-interp-sample: Build sample using bindings
- clean: cleans the wasm directory
@@ -299,7 +299,7 @@ make -j -C sdks/wasm cross
If you don't have jsvu installed, run `make toolchain` from `sdks/wasm`. It requires a recent version of node installed in your system.
-Run `make run-aot-sample` to run an aot-ed hello world sample.
+Run `make run-aot-hello` to run an aot-ed hello world sample.
To build and run AOT test suites: