emscripten-docker
emscripten-docker copied to clipboard
Docker image with Emscripten to compile ASM.js and WebAssembly

Emscripten Docker (Unofficial Image)
This repository contains source files for Docker Hub projects.
If you're looking for readme related to specific DockerImages, please see following table where to look for a specific readme.
Docker Files and Images
| DockerHub | Dockerfile | Readme | Badges |
|---|---|---|---|
| trzeci/emscripten-slim | Dockerfile | emscripten-slim.md | |
| trzeci/emscripten | Dockerfile | emscripten.md | |
| trzeci/emscripten-ubuntu | Dockerfile | emscripten-ubuntu.md | |
| trzeci/emscripten-upstream | Dockerfile | emscripten-upstream.md | |
| trzeci/emscripten-fastcomp | Dockerfile | emscripten-fastcomp.md |
Usage of build script
➜ python3 -m builder --help
usage: __main__.py [-h] {compile,push,set_latest} ...
Emscripten Image generator
optional arguments:
-h, --help show this help message and exit
command:
{compile,push,set_latest}
Main work command
compile Compile Docker images.
push Runs a service what will push created images
set_latest Automatically sets the 'latest' tag
Who uses this image?
- https://github.com/medialize/sass.js
- https://github.com/jasoncharnes/run.rb
- https://github.com/GoogleChromeLabs/webm-wasm
- https://github.com/google/neuroglancer
- https://github.com/finos/perspective
- https://blog.qt.io/blog/2019/03/05/using-docker-test-qt-webassembly/
- https://docs.opencv.org/master/d4/da1/tutorial_js_setup.html
- https://github.com/kalwalt/jsartoolkitNFT
- https://github.com/iPlug2/iPlug2/wiki/Build-a-WAM-project-using-Emscripten-and-Docker
- And many more that I'm proud of each!