Skip to content

Commit bb56298

Browse files
authored
language-bindings/python/wamr-api: Fix a sample (bytecodealliance#1977)
1 parent d8c333f commit bb56298

File tree

1 file changed

+1
-1
lines changed
  • language-bindings/python/wamr-api/samples

1 file changed

+1
-1
lines changed

language-bindings/python/wamr-api/samples/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
-Wl,--strip-all,--no-entry -nostdlib \
99
-Wl,--export=sum\
1010
-Wl,--allow-undefined \
11-
-o test.wasm sum.c
11+
-o sum.wasm sum.c

0 commit comments

Comments
 (0)