mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-24 14:22:12 +00:00
simplify target to wasm32-wasi
This commit is contained in:
parent
b6411ddc7b
commit
112bfdfee8
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user