Sign inSign up

kazu69/emscripten

By kazu69

Updated almost 9 years ago

Emscripten docker container

Image
0

259

kazu69/emscripten repository overview

alpine base Docker with emscripten container

Build Status

You can create the docker image you need to develop in the Alpine Linux

Installation

The easiest way to do this is to get from Docker registry

$ docker pull kazu69/emscripten

Also possible to use or from github to get

$ git clone https://github.com/kazu69/docker-emscripten.git
$ cd docker-emscripten
$ docker build -t kazu69/docker-emscripten .

build

example

$ docker run -v $(pwd)/example:/tmp -it kazu69/docker-emscripten /bin/bash

bash-4.3# cd /tmp && ./build hello.c hello.html
# build
bash-4.3# ls example
build          hello.c        hello.html     hello.html.mem hello.js

Tag summary

Content type

Image

Digest

Size

457.3 MB

Last updated

almost 9 years ago

docker pull kazu69/emscripten