Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 205 Bytes

command.md

File metadata and controls

6 lines (6 loc) · 205 Bytes

Command for compilation without import error

emcc test.c -o test.wasm --no-entry -s EXPORTED_FUNCTIONS=_sum
emcc add.c -o add.wasm --no-entry -s EXPORTED_FUNCTIONS=_add

.\emsdk_env.ps1