wasm-learning
wasm-learning copied to clipboard
Issue while building the wasm bytecode
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
Any idea on how to solve this?
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 thanks your solution worked.
Are these instructions available in any documents available in this repo which I have missed?