bazel build //main:test --platforms=@bazel_embedded//platforms:cortex_m0
no such target '@platforms//cpu:wasm64': target 'wasm32' not declared in package 'cpu'
no such target '@platforms//cpu:wasm64': target 'wasm64' not declared in package 'cpu'
I had to manually add the 2 cpu to ../external/platforms/cpu/BUILD . Then it compiled.
When building my simple test project as follows:
I had to manually add the 2 cpu to ../external/platforms/cpu/BUILD . Then it compiled.