Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMake sure all file extensions for asm.js and wasm are correct #39355
Comments
brson
added
O-asmjs
O-wasm
labels
Jan 27, 2017
This comment has been minimized.
This comment has been minimized.
|
I think the dylib story will depend on how dynamic linking for WebAssembly works. Here is some thinking on the issue, but I don't think it's official or complete yet: https://github.com/WebAssembly/tool-conventions/blob/master/DynamicLinking.md |
Mark-Simulacrum
added
the
C-bug
label
Jul 27, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedJan 27, 2017
Per this comment, we only emit .js for bin targets, it's not clear what we emit for dylib, cdylib, and staticlib, but it seems likely they are incorrect.
I think .a is probably right for staticlib that is going to be run through emcc, but maybe dylibs should be .js.