bazelembedded/bazel-embedded

Target 'wasm64' not declared

Opened this issue · 1 comments

When building my simple test project as follows:

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.

Hmm that's odd, do you mind posting your WORKSPACE?