File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
graphics-2d/src/components Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ WASM_NAME = $(OUT_DIR)/$(NAME).wasm
1212TS_NAME = $(NAME ) .d.ts
1313
1414CFLAGS = -std=c++20
15- LDFLAGS = -O3 --no-entry --bind -sNO_DISABLE_EXCEPTION_CATCHING -sEXPORT_EXCEPTION_HANDLING_HELPERS
15+ LDFLAGS = -O3 --no-entry --bind -sNO_DISABLE_EXCEPTION_CATCHING -sEXPORT_EXCEPTION_HANDLING_HELPERS -s ALLOW_MEMORY_GROWTH
1616
1717CC = em++
1818
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ export abstract class NfgComponent {
6363 this . _core . initContext . canvas . width ,
6464 this . _core . initContext . canvas . height ,
6565 ] ) ;
66- console . log ( this . _core . initContext . canvas . width , this . _core . initContext . canvas . height ) ;
6766 if ( ! this . _uniformBuffer )
6867 this . _uniformBuffer = this . _core . device . createBuffer ( {
6968 label : "View Uniforms" ,
You can’t perform that action at this time.
0 commit comments