Skip to content

Commit

Permalink
Remove node from emscripten target environments
Browse files Browse the repository at this point in the history
  • Loading branch information
avivian committed Aug 30, 2022
1 parent 8de02dc commit 7e3fa57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasm/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ linkoptions {
-- "-s EXPORT_ES6=1",
"-s USE_ES6_IMPORT_META=0",
"-s EXPORT_NAME=\"Rive\"",
"-s ENVIRONMENT=\"web,webview,worker\"",
"-DEMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES=0",
"-DSINGLE",
"-DANSI_DECLARATORS",
Expand Down

0 comments on commit 7e3fa57

Please sign in to comment.