<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/nanowasm/src/interp/linear, branch master</title>
<subtitle>The tiny WebAssembly interpreter that does not block you.
</subtitle>
<id>https://gitea.privatedns.org/xavi/nanowasm/atom?h=master</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/nanowasm/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/'/>
<updated>2025-11-15T17:50:55+00:00</updated>
<entry>
<title>Check memory linear accesses are within bounds</title>
<updated>2025-11-15T17:50:55+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-15T17:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=b1034b86023672e6750da49b01a7d429cd8339d0'/>
<id>urn:sha1:b1034b86023672e6750da49b01a7d429cd8339d0</id>
<content type='text'>
WebAssembly defines how many pages of linear memory are owned by the
instance on startup. This limit can then be bumped via the grow_memory
operator.

Therefore, accesses outside the defined bounds are considered an
exception.
</content>
</entry>
<entry>
<title>First commit</title>
<updated>2025-11-06T13:38:40+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2024-09-06T22:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=6d9d80362f9932bbc87e162b8ef7df06c73e27e1'/>
<id>urn:sha1:6d9d80362f9932bbc87e162b8ef7df06c73e27e1</id>
<content type='text'>
</content>
</entry>
</feed>
