AAAAAAAAAAAAA
This commit is contained in:
parent
80b3e83d4d
commit
8892592ae9
7 changed files with 9 additions and 17 deletions
|
|
@ -45,7 +45,7 @@ files="$OUT_DIR/$WASM_OBJ_NAME $RAYLIB_PATH/wasm/libraylib.a $RAYLIB_PATH/wasm/l
|
|||
flags="-O0 -sEXPORTED_RUNTIME_METHODS=['HEAPF32'] -sUSE_GLFW=3 -sWASM_BIGINT -sWARN_ON_UNDEFINED_SYMBOLS=0 --shell-file $INDEX_TEMPLATE_PATH --preload-file src/assets"
|
||||
|
||||
# For debugging: Add `-g` to `emcc` (gives better error callstack in chrome)
|
||||
emcc -g -o $OUT_DIR/index.html $files $flags
|
||||
emcc -o $OUT_DIR/index.html $files $flags
|
||||
|
||||
rm -f $OUT_DIR/$WASM_OBJ_NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue