Skip to content

Commit

Permalink
Remove fastcomp mentions from packaging.md (emscripten-core#15132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Sep 27, 2021
1 parent 099c9ac commit aca7c12
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ was green on them.
To see how our CI builds things, the relevant script is
[build.py](https://github.com/WebAssembly/waterfall/blob/master/src/build.py).
In general, the repos you need to build are LLVM and Binaryen (as emscripten
itself doesn't have any binaries to build). (Note: If you are packaging the older
fastcomp compiler backend then you must also get the fastcomp and fastcomp-clang
repos, and build them together to get LLVM and clang.)
itself doesn't have any binaries to build).

When packaging build results, you need the following executables (when using
the wasm backend):
Expand All @@ -69,6 +67,7 @@ the wasm backend):
* llvm-ar
* llvm-as
* llvm-dis
* llvm-link
* llvm-dwarfdump
* From Binaryen:
* wasm-emscripten-finalize
Expand All @@ -78,9 +77,6 @@ the wasm backend):
* wasm2js
* wasm-metadce

(If you are packaging the older fastcomp backend instead of the wasm backend,
you don't need wasm-ld or wasm2js, and you do need llvm-link and opt.)

Node modules
------------

Expand Down

0 comments on commit aca7c12

Please sign in to comment.