[Wasm] Add ability to choose flavor for the wasm launcher

This commit is contained in:
Igor Laevsky
2021-10-22 20:07:42 +03:00
parent cb10bd3a95
commit 43eeaa925f
3 changed files with 31 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ where advanced options include:
-Xtyped-arrays Translate primitive arrays to JS typed arrays
-Xwasm Use experimental WebAssembly compiler backend
-Xwasm-debug-info Add debug info to WebAssembly compiled module
-Xwasm-launcher=esm|nodejs Picks flavor for the wasm launcher. Default is ESM.
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
-Xallow-result-return-type Allow compiling code when `kotlin.Result` is used as a return type
-Xbuiltins-from-sources Compile builtIns from sources