Giter Site home page Giter Site logo

Comments (3)

trzecieu avatar trzecieu commented on May 13, 2024

Hi!
Sure will do. Sorry I've missed your issue.

from emscripten-docker.

Moeplhausen avatar Moeplhausen commented on May 13, 2024

Thanks

from emscripten-docker.

trzecieu avatar trzecieu commented on May 13, 2024

Hi @Moeplhausen, it works just fine and it will be included to the next official tag ged release. Right now you can test it with sdk-incoming-64bit tag.
A nice surprise is that, this has reduced inage size by 10MB


#trzeci/emscripten-slim:sdk-incoming-64bit bash 
docker run --rm -it trzeci/emscripten-slim:sdk-incoming-64bit bash -c "cat /etc/os-release && emcc --version"
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

emcc (Emscripten gcc/clang-like replacement) 1.38.12 ((unknown revision))
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

#trzeci/emscripten:sdk-incoming-64bit bash 
docker run --rm -it trzeci/emscripten:sdk-incoming-64bit bash -c "cat /etc/os-release && emcc --version"
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

emcc (Emscripten gcc/clang-like replacement) 1.38.12 (commit 0d8576c0e8f5ee09a36120b9d44184b5da2f2e7a)
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

from emscripten-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.