language-bindings/python/wamr-api: Fix a sample (#1977)

This commit is contained in:
YAMAMOTO Takashi 2023-02-21 19:36:03 +09:00 committed by GitHub
parent d8c333f32c
commit bb5629811f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@
-Wl,--strip-all,--no-entry -nostdlib \ -Wl,--strip-all,--no-entry -nostdlib \
-Wl,--export=sum\ -Wl,--export=sum\
-Wl,--allow-undefined \ -Wl,--allow-undefined \
-o test.wasm sum.c -o sum.wasm sum.c