import native symbols in lib.h
lib.h gets included into the host module and the wasm module. For the host module the attributes will be ignored.
This commit is contained in:
@ -15,7 +15,6 @@ WASI_CFLAGS := "\
|
||||
-Wl,--initial-memory=65536 \
|
||||
-Wl,--export=__heap_base \
|
||||
-Wl,--export=__data_end \
|
||||
-Wl,--allow-undefined \
|
||||
"
|
||||
CROSS_CFLAGS_NOWASM := "\
|
||||
-O0 \
|
||||
|
||||
Reference in New Issue
Block a user