[Wasm] Introduce Xwasm-generate-wat compiler flag (disabled by default)

This commit is contained in:
Igor Yakovlev
2022-12-27 17:45:44 +01:00
committed by teamcity
parent fc80104d55
commit 71afbb36f5
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -50,6 +50,7 @@ where advanced options include:
-Xwasm-enable-array-range-checks
Turn on range checks for the array access functions
-Xwasm-enable-asserts Turn on asserts
-Xwasm-generate-wat Generate wat file
-Xwasm-kclass-fqn Enable support for FQ names in KClass
-Xallow-any-scripts-in-source-roots
Allow to compile any scripts along with regular Kotlin sources