https://qiita.com/kannkyo/items/df3d123ff79636e2de54
に記載されている「Compile」の部分で、酷く嵌ったが、以下のコマンドで動いた。
C:\Users\ebata>docker run --rm -v "C:\Users\ebata\hello:/src" -u emscripten trzeci/emscripten emcc hello.c -s WASM=1 -o index.html
一日中、以下のエラーが取れずに、大変だった
shared:ERROR: hello.c: No such file or directory ("hello.c" was expected to be an input file, based on the commandline arguments provided)
----
また、記載されている「Run」の方法は、動かなかったので、大人しく、コマンドプロンプトで、C:\Users\ebata\helloに行って、
$ python3 -m http.server 8080
とWebサーバを立てることで、無事起動を確認