martmists
07/16/2024, 10:52 AMArtem Kobzar
07/16/2024, 11:48 AMMichael Paus
07/19/2024, 8:39 AMunable to create target: 'No available targets are compatible with triple "wasm32"'
when compiling the native file. What does that mean and how can it be fixed? I have to admit that I am brand new to WASM and just wanted to give this a try.Michael Paus
07/19/2024, 8:49 AMMichael Paus
07/19/2024, 9:13 AMbrew install llvm
and setting the compiler in the local.properties
file.
PATH_TO_CLANG=/usr/local/opt/llvm/bin/clang
Thanks for the example @Artem Kobzar