From 70b06afad8d46bcf4a9e0e28cf3978bbeef94f0f Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 31 May 2022 01:59:14 +0900 Subject: [PATCH] Add short description for --prebuilt-test-bundle-path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4db77d..419e90f 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ either: `wasmer`, `node` or `defaultBrowser`. Code that depends on [JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit) should pass either `--environment node` or `--environment defaultBrowser` options, depending on whether it needs Web APIs to work. Otherwise the test run will not succeed, since JavaScript environment is not available with `--environment wasmer`. +You can use the command with a prebuilt test bundle binary instead of building it in carton by passing +`--prebuilt-test-bundle-path `. The `carton sdk` command and its subcommands allow you to manage installed SwiftWasm toolchains, but is rarely needed, as `carton dev` installs the recommended version of SwiftWasm automatically.