Skip to content

Commit

Permalink
Update asm-dom build options.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Sep 18, 2020
1 parent b19bc79 commit 7534275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/asm-dom/cmake/asm-dom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ if(NOT asm-dom_POPULATED)
${CMAKE_CURRENT_BINARY_DIR}/asm-dom.js
)

string(APPEND CMAKE_CXX_FLAGS " -s EXTRA_EXPORTED_RUNTIME_METHODS='UTF8ToString'")
string(APPEND CMAKE_CXX_FLAGS " -s WASM=1 --bind")
endif()
message(STATUS "Checking for asm-dom: DONE")

0 comments on commit 7534275

Please sign in to comment.