<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/nanowasm/include, 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:53:12+00:00</updated>
<entry>
<title>Add select operator</title>
<updated>2025-11-15T17:53:12+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-15T17:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=6c2108e6bd19ffa47b33f61501f25db47ddb4cfb'/>
<id>urn:sha1:6c2108e6bd19ffa47b33f61501f25db47ddb4cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add br_table</title>
<updated>2025-11-15T17:48:16+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-15T17:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=0b2a1fd9439d5ab1cdc076d7b9f1e763c4900b74'/>
<id>urn:sha1:0b2a1fd9439d5ab1cdc076d7b9f1e763c4900b74</id>
<content type='text'>
br_table is in fact a generalization of other branch types like br or
br_if, since br_table contains several branches for the same pc inside
the nw_lo section.

Therefore, this kind of branch forced some changes to nwp_break and
those relying on it.
</content>
</entry>
<entry>
<title>Fix prev_op</title>
<updated>2025-11-11T23:32:15+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-11T23:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=cf2882c2e754f49c46ce2ca12c3ca07e4cabc459'/>
<id>urn:sha1:cf2882c2e754f49c46ce2ca12c3ca07e4cabc459</id>
<content type='text'>
Assigning prev_op inside nwp_execute defeated the purpose because this
function is meant to start the state machine for the given instruction.

In other words, inspecting prev_op would in fact return the current
opcode, instead of the previous opcode.
</content>
</entry>
<entry>
<title>Add current_memory and grow_memory operators</title>
<updated>2025-11-10T22:47:36+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-10T22:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=6b865a70c0f29e5ca9e13fae4a2a18406f44f4ee'/>
<id>urn:sha1:6b865a70c0f29e5ca9e13fae4a2a18406f44f4ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add if and else operators</title>
<updated>2025-11-10T22:47:10+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-10T22:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=ba623c7a3a5b450b9b492de50efceea93df96039'/>
<id>urn:sha1:ba623c7a3a5b450b9b492de50efceea93df96039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>types.h: Formatting changes</title>
<updated>2025-11-09T19:02:15+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-09T19:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=8d4b751036ffc03a4c7d1ded58b3995757cb984a'/>
<id>urn:sha1:8d4b751036ffc03a4c7d1ded58b3995757cb984a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add i32_store8</title>
<updated>2025-11-06T20:31:05+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-06T20:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=c33a13fba8a0674fcc2d835021cc37f6cfe3d8fa'/>
<id>urn:sha1:c33a13fba8a0674fcc2d835021cc37f6cfe3d8fa</id>
<content type='text'>
</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>
