@@ -1498,12 +1498,13 @@ (define-public binaryen
(method git-fetch)
(uri (git-reference
(url "https://github.com/WebAssembly/binaryen")
- (commit (string-append "version_" version))
- (recursive? #t)))
+ (commit (string-append "version_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yg9rarjv1gfbq225cj9hnbgx99n5az2m19qwfp8z41dwhh71igm"))))
(build-system cmake-build-system)
+ (native-inputs (list googletest))
+ (inputs (list mozjs wabt llvm))
(home-page "https://github.com/WebAssembly/binaryen")
(synopsis "Compiler infrastructure and toolchain library for WebAssembly")
(description "Binaryen is a compiler and toolchain infrastructure