diff options
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-split.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lit/help/wasm-split.test b/test/lit/help/wasm-split.test index 118117d62..e0cdf3ca4 100644 --- a/test/lit/help/wasm-split.test +++ b/test/lit/help/wasm-split.test @@ -66,10 +66,10 @@ ;; CHECK-NEXT: import placeholder functions into the ;; CHECK-NEXT: primary module. ;; CHECK-NEXT: -;; CHECK-NEXT: --asyncify [split] Transform the module to support -;; CHECK-NEXT: unwinding the stack from placeholder -;; CHECK-NEXT: functions and rewinding it once the -;; CHECK-NEXT: secondary module has been loaded. +;; CHECK-NEXT: --jspi [split] Transform the module to support +;; CHECK-NEXT: asynchronously loading the secondary +;; CHECK-NEXT: module before any placeholder functions +;; CHECK-NEXT: have been called. ;; CHECK-NEXT: ;; CHECK-NEXT: --export-prefix [split] An identifying prefix to prepend ;; CHECK-NEXT: to new export names created by module |