Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Workload ID wasm-tools isn't supported on this platform. #71

Open
bgiromini opened this issue Apr 18, 2022 · 7 comments
Open

Workload ID wasm-tools isn't supported on this platform. #71

bgiromini opened this issue Apr 18, 2022 · 7 comments

Comments

@bgiromini
Copy link

I am on an M1 Macbook Pro with the arm64 version of Net Core 6 installed. I am using Jetbrains Rider to run the program and get the following error when running the application:

#6 0.314 Workload ID wasm-tools isn't supported on this platform.

I am able to install the tool locally and I will admit my experience with Docker is limited but not sure what to do next.

@jamesmontemagno
Copy link
Member

@danroth27 any thoughts on this? I assume you are trying to do docker-compose up?

One thing may be to remove the website from deploying on arm64 and only deploy the store/sql/api out... hmmm i will try on my macbook air.

@danroth27
Copy link
Member

I am on an M1 Macbook Pro with the arm64 version of Net Core 6 installed. I am using Jetbrains Rider to run the program and get the following error when running the application:

#6 0.314 Workload ID wasm-tools isn't supported on this platform.

@lewing Is this a known limitation of the .NET WebAssembly build tools workload?

@bgiromini
Copy link
Author

I assume you are trying to do docker-compose up?

Correct. BTW great podcast, have been a listener since the beginning!

@lukehook
Copy link

I am on an M1 Macbook Pro with the arm64 version of Net Core 6 installed. I am using Jetbrains Rider to run the program and get the following error when running the application:
#6 0.314 Workload ID wasm-tools isn't supported on this platform.

@lewing Is this a known limitation of the .NET WebAssembly build tools workload?

No response to this since April. Just tried running as per the instructions for Apple Arm64 processors using the following command docker-compose -f docker-compose.arm64.yml -f docker-compose.override.yml up

Also met with the same error here. Is therefore no way to get this running on M1/2 Macs at the moment? Was lead here but the MAUI updated in the latest version of VS on Windows too so imagine there will be a number of users trying this out atm

@bgiromini
Copy link
Author

I actually got it to work but I don't remember what I did... I think I updates all the workloads and then ran the normal docker compose up statement. Let me check again.

@F-Goncalves
Copy link

@danroth27 any thoughts on this? I assume you are trying to do docker-compose up?

One thing may be to remove the website from deploying on arm64 and only deploy the store/sql/api out... hmmm i will try on my macbook air.

Not deploying the website by removing it from the dockerfiles does the job.

@games
Copy link

games commented Aug 20, 2023

hi any update on this, thanks

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

No branches or pull requests

6 participants