Toolchain image for Emscripten, a source-to-source LLVM compiler backend
842
Toolchain image for Emscripten, a source-to-source compiler that runs as a back end to the LLVM compiler.
Usage: Create hello.cpp and compile to hello.wasm
New-item hello.cpp -Value "#include <iostream>
using namespace std;
int main() {
cout << `"Hello World`" << endl;
}"
docker run --rm -v $pwd`:/target mziyabo/emscripten emcc ./hello.cpp -o hello.wasm
Content type
Image
Digest
Size
631.5 MB
Last updated
over 6 years ago
docker pull mziyabo/emscripten