Skip to content

Commit

Permalink
better html template
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 21, 2024
1 parent 9e03240 commit 848b71c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,7 @@ def run_task_generate():
"-s",
f"EXPORTED_FUNCTIONS={complete_functions_list}",
"-s",
'EXPORTED_RUNTIME_METHODS=\'["ccall", "cwrap", "wasmExports"]\'',
"-s",
"EXTRA_EXPORTED_RUNTIME_METHODS=['addFunction']",
'EXPORTED_RUNTIME_METHODS=\'["ccall", "cwrap", "addFunction", "wasmExports"]\'',
"custom.cpp",
lib_file_out,
"-I{0}".format(include_dir),
Expand Down

0 comments on commit 848b71c

Please sign in to comment.