Replies: 1 comment 2 replies
-
That particular method is not currently supported by wasm-ld, no. The version that uses assembly language does work though. For an example of how to do that see the package manager: emscripten/tools/file_packager.py Lines 278 to 323 in c93b3a1 Its conceivable we could add support to wasm-ld.. but the .s file is probably a better solution for now. |
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
-
Can we do this with emcc?
I am referencing: https://csl.name/post/embedding-binary-data/
Beta Was this translation helpful? Give feedback.
All reactions