Skip to content

Embind port #7239

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

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
kripken committed Apr 1, 2024
commit 9d4257033104b1e0f597b4d91a745730ba335d4e
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,7 @@ if(EMSCRIPTEN)

# binaryen.embind.js variant (WebAssembly)
add_executable(binaryen_embind_wasm
src/binaryen-embind.cpp
${binaryen_emscripten_SOURCES})
src/binaryen-embind.cpp)
target_link_libraries(binaryen_embind_wasm wasm asmjs emscripten-optimizer passes ir cfg support analysis parser wasm)
target_link_libraries(binaryen_embind_wasm "-sFILESYSTEM")
#target_link_libraries(binaryen_embind_wasm "-sEXPORT_NAME=Binaryen")
Expand Down