Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emscriptenのlink optionを指定できるようにしたい。 #74

Open
k-matsuzawa opened this issue Sep 2, 2022 · 0 comments
Open
Assignees
Labels
Story story item

Comments

@k-matsuzawa
Copy link
Collaborator

Overview

  • emscriptenのlink optionを指定できるようにしたい。
    • 以下のように、wasm versionや、対象環境(node, web等)を強制指定させることができる。
    • デフォルトは現状のままで良いと思うが、wasm version辺りは切り替えできるようにしておくと良さそう。
set_target_properties(${CFDDLCJS_WASM_LIBRARY}
  PROPERTIES
    LINK_FLAGS "-s WASM=1 -s ENVIRONMENT=web")

Completion condition

@k-matsuzawa k-matsuzawa self-assigned this Sep 2, 2022
@k-matsuzawa k-matsuzawa added the Story story item label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story story item
Projects
None yet
Development

No branches or pull requests

1 participant