From 112bfdfee8e507e6fbca0cb9035d2260e6d17963 Mon Sep 17 00:00:00 2001 From: vms Date: Fri, 17 Apr 2020 22:46:18 +0300 Subject: [PATCH] simplify target to wasm32-wasi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 744ad93..54016af 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET = hello_world CC = /bin/clang SYSROOT = /share/wasi-sysroot -TARGET_TRIPLE = wasm32-unknown-wasi +TARGET_TRIPLE = wasm32-wasi CFLAGS = -nostartfiles -fvisibility=hidden LDFLAGS = -Wl,--no-entry,--demangle,--allow-undefined EXPORT_FUNCS = --export=allocate,--export=deallocate,--export=invoke