wasm-learning icon indicating copy to clipboard operation
wasm-learning copied to clipboard

Issue while building the wasm bytecode

Open SohanTirpude opened this issue 4 years ago • 2 comments

Hello world,

I am trying to run The k-means clustering example for machine learning example, but while building the wasm bytecode, I am getting following error error Any idea on how to solve this?

SohanTirpude avatar Aug 28 '20 19:08 SohanTirpude

The deps directory is one level above Kmeans, and hence not accessible to Docker in your setup. Try to mount /nodejs as Docker /app. Thanks.

juntao avatar Aug 28 '20 22:08 juntao

@juntao thanks your solution worked.

Are these instructions available in any documents available in this repo which I have missed?

SohanTirpude avatar Aug 29 '20 17:08 SohanTirpude