Hey folks, when running `wasmWasiTest` tests is it...
# webassembly
a
Hey folks, when running
wasmWasiTest
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.
a
@Ilya Goncharov [JB] ^^