From dfc42106eb8a74422d04f877c2954c8e3fcbd1aa Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 10 Sep 2018 08:38:09 +0430 Subject: update --- test/autowasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/autowasm.c b/test/autowasm.c index 0f81225..02b034c 100644 --- a/test/autowasm.c +++ b/test/autowasm.c @@ -12,7 +12,7 @@ #pragma weak main int main (int argc, char** argv) { int wasm = open("./test.wasm", O_RDONLY); - read_aggr(wasm); + read_aggr_wasm(wasm); printf("magic_number:%x\n", magic_number_container->magic_number); printf("version:%x\n", version_container->version); -- cgit v1.2.3