<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/nanowasm/src/interp/routines, 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-11T23:33:40+00:00</updated>
<entry>
<title>execute.c: Report exception also on repeated callback</title>
<updated>2025-11-11T23:33:40+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-11-11T23:33:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/nanowasm/commit/?id=be7c97ce6ae43d677b28d455506fdaedf944a25b'/>
<id>urn:sha1:be7c97ce6ae43d677b28d455506fdaedf944a25b</id>
<content type='text'>
So far, exceptions coming from the pc callback were only being reported
on its first call. However, pc callbacks might assign a continuation
callback if the operation cannot be completed on a single call.
</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>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>
