Merge pull request #48422 from Ekleog/wabt-1.0.6

wabt: 1.0.5 -> 1.0.6
This commit is contained in:
Vladyslav M 2018-10-14 22:59:42 +03:00 committed by GitHub
commit 2e6e3c256e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "wabt-${version}"; name = "wabt-${version}";
version = "1.0.5"; version = "1.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "WebAssembly"; owner = "WebAssembly";
repo = "wabt"; repo = "wabt";
rev = version; rev = version;
sha256 = "1cbak3ach7cna98j2r0v3y38c59ih2gv0p6f43qp782pyj07hzfy"; sha256 = "0lqsf4wmg24mb3ksmib8xwvmghx8m2vzrjrs8dazwlmik7rill8i";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -18,8 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The WebAssembly Binary Toolkit"; description = "The WebAssembly Binary Toolkit";
longDescription = '' longDescription = ''
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly, WABT (pronounced "wabbit") is a suite of tools for WebAssembly, including:
including:
* wat2wasm: translate from WebAssembly text format to the WebAssembly * wat2wasm: translate from WebAssembly text format to the WebAssembly
binary format binary format
* wasm2wat: the inverse of wat2wasm, translate from the binary format * wasm2wat: the inverse of wat2wasm, translate from the binary format