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

Make sure all file extensions for asm.js and wasm are correct #39355

Open
brson opened this Issue Jan 27, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@brson
Copy link
Contributor

brson commented Jan 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.

@brson brson referenced this issue Jan 27, 2017

Closed

Tracking issue for wasm support #38805

11 of 15 tasks complete
@eholk

This comment has been minimized.

Copy link
Contributor

eholk commented May 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.