Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[wasm2js] Enables table exports. #1786
Conversation
yurydelendik
force-pushed the
yurydelendik:table-export
branch
from
9f6bb4c
to
44de5df
Nov 30, 2018
This comment has been minimized.
This comment has been minimized.
|
Is there a reason to keep around the old behavior? It may be simpler to just remove it? |
This comment has been minimized.
This comment has been minimized.
Not sure about how friendly we needs to be with asm.js. I can remove that if needed. |
This comment has been minimized.
This comment has been minimized.
Boscop
commented
Dec 1, 2018
|
I cloned your fork and ran cmake, and it generated some .vcxproj files but not for wasm2js, any idea why?
|
This comment has been minimized.
This comment has been minimized.
Boscop
commented
Dec 3, 2018
|
When I delete the This is the output from cmake:
This is the side by side comparison of the ALL_BUILD.vcxproj files (upstream on the left): Any idea why this is happening? |
This comment has been minimized.
This comment has been minimized.
I think we can remove the asm.js requirement myself - as more features are coming in to wasm, that would be less and less practical anyhow. It will also simplify the code. |
yurydelendik
added some commits
Nov 29, 2018
yurydelendik
force-pushed the
yurydelendik:table-export
branch
from
44de5df
to
330a66a
Dec 13, 2018
This comment has been minimized.
This comment has been minimized.
@Boscop I verified on different Window machine, the wasm2js project present for me. Can you check the branch again? |

yurydelendik commentedNov 29, 2018
Changes default behavior to create a single table and exports
an object with the length and get properties.
Old asm.js behavior is accessible via "--asmjs-tables" option.
Addresses #1781