summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/language-bindings/python/wamr-api/samples/compile.sh
blob: 4745ef1e845bd562f2915b187328aab1202293f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

/opt/wasi-sdk/bin/clang     \
    -O0 -z stack-size=4096 -Wl,--initial-memory=65536 \
    -Wl,--strip-all,--no-entry -nostdlib \
    -Wl,--export=sum\
    -Wl,--allow-undefined \
    -o sum.wasm sum.c