Trying to add wasmJs target my shared code, and I get this when trying to run the wasmJsNodeTest task:
Copy code
Task :wasmJsNodeTest FAILED
failed to asynchronously prepare wasm: both async and sync fetching of the wasm failed
Aborted(both async and sync fetching of the wasm failed)
any ideas how i might solve this? Just trying to run tests locally to ensure the basic functions work.
a
Artem Kobzar
07/12/2024, 3:19 PM
No idea. Need to see more detailed output from Gradle to understand the root cause.
@Ilya Goncharov [JB] do you know what it could be?