mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 12:16:24 +00:00
7 lines
334 B
Bash
Executable File
7 lines
334 B
Bash
Executable File
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
emcc -g -O3 *.c -s WASM=1 -s SIDE_MODULE=1 -s ASSERTIONS=1 -s STACK_OVERFLOW_CHECK=2 \
|
|
-s TOTAL_MEMORY=65536 -s TOTAL_STACK=4096 -o test.wasm
|
|
#./jeffdump -o test_wasm.h -n wasm_test_file test.wasm
|