Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

emscripten-core/emscripten-fastcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bdc7bb · Nov 1, 2021
Feb 26, 2018
May 16, 2018
May 16, 2018
Dec 20, 2017
Dec 12, 2019
May 1, 2020
Dec 12, 2017
Jun 12, 2015
Dec 8, 2017
Apr 22, 2019
May 16, 2018
Jan 22, 2018
Jan 20, 2018
Sep 27, 2016
Mar 2, 2014
Sep 13, 2016
Nov 17, 2017
Apr 8, 2017
May 16, 2018
Oct 26, 2017
Sep 18, 2017
Jan 12, 2017
Oct 2, 2013
Nov 1, 2021
Oct 26, 2017
Jan 26, 2016
Aug 1, 2020
Aug 10, 2015
Jan 9, 2014

Repository files navigation

This repository is no longer active - Emscripten is now based
on the upstream llvm WebAssembly backend.

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.