commit
2e6e3c256e
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue