Trying to add wasmJs target my shared code, and I ...
# webassembly
t
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
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?