lukewagner / polyfill-prototype-1

Experimental WebAssembly polyfill library and tools
Apache License 2.0
241 stars 42 forks source link

Windows (Visual Studio 2013) build support for pack-asmjs and unpack-asmjs #8

Closed kg closed 9 years ago

kg commented 9 years ago

This adds a workaround for C++11 unconstrained unions (not yet available in Visual C++) and adds project files for the two command line packing utilities.

kg commented 9 years ago

Let me know if those changes aren't sufficient.

lukewagner commented 9 years ago

Thanks!

jdalton commented 9 years ago

:heart: