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

Sync from origin #2

Merged
merged 70 commits into from
Nov 12, 2018
Merged

Sync from origin #2

merged 70 commits into from
Nov 12, 2018

Conversation

nidin
Copy link

@nidin nidin commented Nov 12, 2018

No description provided.

dcodeIO and others added 30 commits September 9, 2018 03:51
…gers, fixes #247

Matches C semantics now. Turns around some instructions in tests, especially libm, but doesn't break anything.
This allows function references (a table index internally) to be nullable
Essentially creates an unmanaged typed array in memory that one can work with and free again respectively obtain from the AS side. No support for GC or generic arrays yet, and is likely to change substentially once WASM GC becomes a thing.
* Also renames MIN_POSITIVE_VALUE to MIN_NORMAL_VALUE
* Also adds POSITIVE_INFINITY/NEGATIVE_INFINITY and NaN
Quite similar to #256 and also uses its test, but also fixes the serializer and doesn't try to parse an untyped 'x => x'.
dcodeIO and others added 29 commits October 30, 2018 15:04
This basically flips the --noDebug flag to become a --debug flag, so some optimizations, like inlining, aren't skipped by default, which might be unexpected.
Doesn't do much, yet, because we can't get the timezone with a plain binding, but it's at least something.
With debug info and source maps in place there is not much value anymore in emitting explicitly named blocks.
@nidin nidin merged commit 3b4f4fb into 01alchemist:master Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants