Alexey Zolotarev
12/05/2024, 10:51 AMwasmWasiTest
tests is it possible to stub imported (@WasmImport
) functions? Currently tests obviously fail when imports are not satisfied, maybe there is a way to override these functions for tests?
I guess one way would be to manually create a gradle task for tests with a custom host.Artem Kobzar
12/05/2024, 1:08 PM