[Wasm] Remove no longer needed options for V8

#KT-59720
This commit is contained in:
Zalim Bashorov
2023-09-14 12:00:00 +02:00
committed by Space Team
parent 874ca6a1af
commit c71a341a53
@@ -35,9 +35,6 @@ internal sealed class WasmVM(val shortName: String) {
) =
tool.run(
*toolArgs.toTypedArray(),
"--experimental-wasm-gc",
"--wasm-final-types",
"--wasm-disable-deprecated",
*jsFiles.toTypedArray(),
"--module",
entryMjs,