Update wabt to 1.0.29.

This commit is contained in:
fcambus 2022-05-05 08:29:31 +00:00
parent cc4445c645
commit 91123b32b2
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
COMMENT = WebAssembly binary toolkit
DISTNAME = wabt-${V}
V = 1.0.28
V = 1.0.29
CATEGORIES = lang

View File

@ -1,2 +1,2 @@
SHA256 (wabt-1.0.28.tar.xz) = iM38TANF9bj64r+s7k+U2nOLE90QlUe3xdFcK0Or38g=
SIZE (wabt-1.0.28.tar.xz) = 1949624
SHA256 (wabt-1.0.29.tar.xz) = +v1vp9jr6Rdn4BG2w/7jVUiJftzPurvx1u+JZLam4V8=
SIZE (wabt-1.0.29.tar.xz) = 1977856

View File

@ -11,7 +11,7 @@ Index: src/tools/wasm2c.cc
#include "src/apply-names.h"
#include "src/binary-reader-ir.h"
#include "src/binary-reader.h"
@@ -119,6 +122,9 @@ int ProgramMain(int argc, char** argv) {
@@ -126,6 +129,9 @@ int ProgramMain(int argc, char** argv) {
InitStdio();
ParseOptions(argc, argv);

View File

@ -11,7 +11,7 @@ Index: src/tools/wat2wasm.cc
#include "config.h"
#include "src/binary-writer.h"
@@ -125,6 +128,13 @@ int ProgramMain(int argc, char** argv) {
@@ -130,6 +133,13 @@ int ProgramMain(int argc, char** argv) {
InitStdio();
ParseOptions(argc, argv);