Sign inSign up

mziyabo/emscripten

By mziyabo

Updated over 6 years ago

Toolchain image for Emscripten, a source-to-source LLVM compiler backend

Image
0

842

mziyabo/emscripten repository overview

Emscripten

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

Tag summary

Content type

Image

Digest

Size

631.5 MB

Last updated

over 6 years ago

docker pull mziyabo/emscripten