We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10b9d6 commit 0ef6b7bCopy full SHA for 0ef6b7b
wasm/hello/Makefile
@@ -31,6 +31,8 @@ all: $(BINS)
31
32
$(BIN): $(OBJS)
33
$(CC) \
34
+ -mexec-model=reactor \
35
+ -emain \
36
-Wl,--allow-undefined \
37
-z stack-size=8192 \
38
-Wl,--initial-memory=65536 \
0 commit comments