Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target 'wasm64' not declared #71

Open
nest-don opened this issue Aug 1, 2023 · 1 comment
Open

Target 'wasm64' not declared #71

nest-don opened this issue Aug 1, 2023 · 1 comment

Comments

@nest-don
Copy link

nest-don commented Aug 1, 2023

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.

@nathaniel-brough
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants