guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53730] Add binaryen


From: Ludovic Courtès
Subject: [bug#53730] Add binaryen
Date: Sun, 06 Mar 2022 22:38:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi WinterHound,

Did you have a chance to look into Maxime’s suggestion?

  https://issues.guix.gnu.org/53730

Thanks in advance,
Ludo’.

Maxime Devos <maximedevos@telenet.be> skribis:

> WinterHound schreef op wo 02-02-2022 om 22:38 [+0530]:
>> +(define-public binaryen
>> +  (package
>> +    (name "binaryen")
>> +    (version "105")
>> +    (source
>> +     (origin
>> +       (method git-fetch)
>> +       (uri (git-reference
>> +             (url "https://github.com/WebAssembly/binaryen";)
>> +             (commit (string-append "version_" version))
>> +             (recursive? #t)))
>
> There's some bundling in third_party (googletest, parts of llvm and
> mozjs).  IIRC this software is already in Guix, so can we use the
> version from Guix instead?
>
> Greetings,
> Maxime.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]