HomeSoftware Heritage

Remove .wasm from all distributions, and .so from source distributions

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Remove .wasm from all distributions, and .so from source distributions

.so is still built, but only for binary distributions (it can be built
from a source distribution).

To do this, we now include intermediary files (parser.c in particular)
in the source distribution.
They are not really source file, but this allows to remove the dependency
on a nodejs runtime to install from pypi.

Details

Provenance
vlorentzAuthored on Aug 25 2021, 11:38 AM
vlorentzPushed on Aug 26 2021, 12:37 PM
Differential Revision
D6131: Remove .wasm from all distributions, and .so from source distributions
Build Status
Buildable 23196
Build 36192: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.