Replies: 1 comment 2 replies
-
Binaryen support for the dylink section is here: (this is the binary writing part) binaryen/src/wasm/wasm-binary.cpp Line 1126 in b337a11 I believe how it all works together is that passing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Clang and Emscripten both could generate shared/PIC wasm file using the following commands.
So how does binaryen generate shared wasm file with
dylink.0
section?Beta Was this translation helpful? Give feedback.
All reactions