Update wabt to 1.0.31.
This commit is contained in:
parent
7830185f04
commit
71ed5bef56
@ -1,7 +1,7 @@
|
||||
COMMENT = WebAssembly binary toolkit
|
||||
|
||||
DISTNAME = wabt-${V}
|
||||
V = 1.0.30
|
||||
V = 1.0.31
|
||||
|
||||
CATEGORIES = lang
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wabt-1.0.30.tar.xz) = oAJpaeuN1ir7KjcRH8T1maCUr+lq9iWQ4zBEil3LSuo=
|
||||
SIZE (wabt-1.0.30.tar.xz) = 1997872
|
||||
SHA256 (wabt-1.0.31.tar.xz) = +Szce1mWDzTkRG1d1I6SQJPCjPq0zN+QbFu81GKx84Y=
|
||||
SIZE (wabt-1.0.31.tar.xz) = 2009524
|
||||
|
@ -20,4 +20,4 @@ Index: src/tools/wast2json.cc
|
||||
+
|
||||
std::vector<uint8_t> file_data;
|
||||
Result result = ReadFile(s_infile, &file_data);
|
||||
std::unique_ptr<WastLexer> lexer = WastLexer::CreateBufferLexer(
|
||||
Errors errors;
|
||||
|
@ -48,7 +48,6 @@ include/wabt/interp/interp-util.h
|
||||
include/wabt/interp/interp-wasi.h
|
||||
include/wabt/interp/interp.h
|
||||
include/wabt/interp/istream.h
|
||||
include/wabt/interp/wasi_api.def
|
||||
include/wabt/intrusive-list.h
|
||||
include/wabt/ir-util.h
|
||||
include/wabt/ir.h
|
||||
@ -78,7 +77,6 @@ include/wabt/validator.h
|
||||
include/wabt/wast-lexer.h
|
||||
include/wabt/wast-parser.h
|
||||
include/wabt/wat-writer.h
|
||||
include/wasm-rt-impl.h
|
||||
include/wasm-rt.h
|
||||
lib/cmake/
|
||||
lib/cmake/wabt/
|
||||
@ -100,3 +98,7 @@ lib/cmake/wabt/wabt-targets.cmake
|
||||
@man man/man1/wast2json.1
|
||||
@man man/man1/wat-desugar.1
|
||||
@man man/man1/wat2wasm.1
|
||||
share/wabt/
|
||||
share/wabt/wasm2c/
|
||||
share/wabt/wasm2c/wasm-rt-impl.c
|
||||
share/wabt/wasm2c/wasm-rt-impl.h
|
||||
|
Loading…
Reference in New Issue
Block a user