Skip to content

Commit 0ef6b7b

Browse files
committed
workaround issues with with the latest wasm ld
https://reviews.llvm.org/D81689#3611504 WebAssembly/WASI#471
1 parent f10b9d6 commit 0ef6b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wasm/hello/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ all: $(BINS)
3131

3232
$(BIN): $(OBJS)
3333
$(CC) \
34+
-mexec-model=reactor \
35+
-emain \
3436
-Wl,--allow-undefined \
3537
-z stack-size=8192 \
3638
-Wl,--initial-memory=65536 \

0 commit comments

Comments
 (0)