<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/nanowasm-design/Rationale.md, branch main</title>
<subtitle>Fork of https://github.com/WebAssembly/design/ with NanoWasm extensions.
</subtitle>
<id>https://gitea.privatedns.org/xavi/nanowasm-design/atom?h=main</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/nanowasm-design/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/'/>
<updated>2020-01-14T01:05:51+00:00</updated>
<entry>
<title>Fix broken links to GC.md (#1209)</title>
<updated>2020-01-14T01:05:51+00:00</updated>
<author>
<name>Kenrick</name>
<email>kenrick95@gmail.com</email>
</author>
<published>2020-01-14T01:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=376bcc4b9cba79280d79be023d71e30d0b00ba47'/>
<id>urn:sha1:376bcc4b9cba79280d79be023d71e30d0b00ba47</id>
<content type='text'>
* Fix broken links to GC.md

* Update links to proposals repo
</content>
</entry>
<entry>
<title>rewrite URLs (http:// -&gt; https://) (#1205)</title>
<updated>2018-05-04T16:47:20+00:00</updated>
<author>
<name>Romario Maxwell</name>
<email>romario.maxwell@gmail.com</email>
</author>
<published>2018-05-04T16:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=2614fd32d8d4a099fca021d1e880a9d9d8e848e8'/>
<id>urn:sha1:2614fd32d8d4a099fca021d1e880a9d9d8e848e8</id>
<content type='text'>
All the modified URLs were checked to see if they are available over
HTTPS by opening a new tab in the browser, entering the URL in the
address bar, changing http:// to https:// and then verifying if the
resource displayed is the same over HTTP and HTTPS for each URL.</content>
</entry>
<entry>
<title>Remove extra "model"</title>
<updated>2018-01-02T15:07:26+00:00</updated>
<author>
<name>JF Bastien</name>
<email>github@jfbastien.com</email>
</author>
<published>2018-01-02T15:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=6bf6fa02ac3a8a1de4907c2b22fd364f4e5a38d3'/>
<id>urn:sha1:6bf6fa02ac3a8a1de4907c2b22fd364f4e5a38d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixup links to future features (#1157)</title>
<updated>2017-11-15T16:48:14+00:00</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey@google.com</email>
</author>
<published>2017-11-15T16:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=e2be77eaac770268a4c22fb09c6f648de7b9b6b8'/>
<id>urn:sha1:e2be77eaac770268a4c22fb09c6f648de7b9b6b8</id>
<content type='text'>
This link standardizes how all the other design pages will refer to
future features (either in `FutureFeatures.md` or in a tracking issue).
All links to these upcoming features now use references at the bottom of
the doc page (as opposed to inline links or references).

Note that this change makes it very easy for the doc links to be updated
when a tracking issue is started. As all the references have a standard
format; a simple find/replace script will get everything.

This commit also makes sure that references now point to a tracking
issue if one exists. Note that this means a future CL can now delete
some of the unnecessary sections from `FutureFeatures.md`.

The only visible change from this commit is that certain broken links
are now fixed, or links pointing to a doc section now point to the
correct tracking issue.</content>
</entry>
<entry>
<title>Rationale for stack polymorphism (#1067)</title>
<updated>2017-05-17T15:38:27+00:00</updated>
<author>
<name>rossberg-chromium</name>
<email>rossberg@chromium.org</email>
</author>
<published>2017-05-17T15:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=abb557a97d672393aabba2f6fb9254a5ed95f60e'/>
<id>urn:sha1:abb557a97d672393aabba2f6fb9254a5ed95f60e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explain why NaN bitpatterns are nondeterministic. (#973)</title>
<updated>2017-02-03T14:34:37+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2017-02-03T14:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=408cdd8b8bfabfe158df22969da2b15c1e05afec'/>
<id>urn:sha1:408cdd8b8bfabfe158df22969da2b15c1e05afec</id>
<content type='text'>
* Explain why NaN bitpatterns are nondeterministic.

NaN bits are a surprising thing to see in Nondeterminism.md, given how
deterministic WebAssembly is otherwise. This PR adds some explanation to
Rationale.md.

This is meant to finish https://github.com/WebAssembly/design/issues/619.

* Clarify "should" by saying "(as opposed to shall)".

* Mention globals and linear memories as ways that NaN bitpatterns can be observed.

And clarify the wording in a few other places.
</content>
</entry>
<entry>
<title>Rationale: document that NaNs in JS are not necessarily canonicalized. (#955)</title>
<updated>2017-01-26T00:35:36+00:00</updated>
<author>
<name>Dan Gohman</name>
<email>sunfish@mozilla.com</email>
</author>
<published>2017-01-26T00:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=f633459b736cde57017897d1630951f03119caf5'/>
<id>urn:sha1:f633459b736cde57017897d1630951f03119caf5</id>
<content type='text'>
* Rationale: document that NaNs in JS are not necessarily canonicalized.

This also tidies up the wording of the NaN section in the rationale
somewhat.

This is aimed at addressing #746.

* Fix spelling: noncanonical -&gt; non-canonical
</content>
</entry>
<entry>
<title>Merge PostMVP into FutureFeatures for clarity. (#845)</title>
<updated>2016-10-30T16:22:33+00:00</updated>
<author>
<name>Brad Nelson</name>
<email>flagxor@gmail.com</email>
</author>
<published>2016-10-30T16:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=18759dd1f259429504cba1b9470744f5135db7b4'/>
<id>urn:sha1:18759dd1f259429504cba1b9470744f5135db7b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tagging future features with icon. (#839)</title>
<updated>2016-10-28T03:58:36+00:00</updated>
<author>
<name>Brad Nelson</name>
<email>flagxor@gmail.com</email>
</author>
<published>2016-10-28T03:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=93e4e3b2d27884bf0cc989bed4f1161074804ada'/>
<id>urn:sha1:93e4e3b2d27884bf0cc989bed4f1161074804ada</id>
<content type='text'>
Added brief item on multiple return.</content>
</entry>
<entry>
<title>fix improperly spaced markdown blocks and typos (for formatting on website (#837)</title>
<updated>2016-10-26T20:52:58+00:00</updated>
<author>
<name>Seth Thompson</name>
<email>s3th.thompson@gmail.com</email>
</author>
<published>2016-10-26T20:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm-design/commit/?id=cad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d'/>
<id>urn:sha1:cad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d</id>
<content type='text'>
</content>
</entry>
</feed>
