[Wasm/WASI] Implement Wasm WASI box test for K2

Fix #KT-64449
This commit is contained in:
Igor Yakovlev
2024-01-23 17:39:24 +01:00
committed by Space Team
parent a5dd71ac93
commit 4a49261f8c
4 changed files with 62 additions and 20 deletions
@@ -175,7 +175,5 @@ abstract class WasmEnvironmentConfigurator(testServices: TestServices) : Environ
configuration.put(JSConfigurationKeys.SOURCE_MAP_EMBED_SOURCES, sourceMapSourceEmbedding)
configuration.put(JSConfigurationKeys.WASM_USE_TRAPS_INSTEAD_OF_EXCEPTIONS, DISABLE_WASM_EXCEPTION_HANDLING in registeredDirectives)
configuration.put(JSConfigurationKeys.WASM_TARGET, WasmTarget.JS)
}
}