Stream: git-wasmtime

Topic: wasmtime / Issue #2866 debug: Avoid underflow when scanni...


view this post on Zulip Wasmtime GitHub notifications bot (May 03 2021 at 16:14):

alexcrichton commented on Issue #2866:

Do you know if it would be possible to add a test for this?

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2021 at 16:30):

bnjbvr commented on Issue #2866:

Unfortunately, it's a very very large module, hard to break up. If you've got a tool or a magic command line that can take the wat and automatically reduce it, I'm willing to try it. Unfortunately I don't know enough about this code so as to be able to craft a test case from scratch.

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2021 at 16:58):

alexcrichton commented on Issue #2866:

Ah ok, seems fine then!

view this post on Zulip Wasmtime GitHub notifications bot (May 03 2021 at 17:02):

bjorn3 commented on Issue #2866:

You could try creduce on the .wat file. Creduce works relatively well on anything that even remotely looks like C. Wat having paired parens should be C like enough for it to work.


Last updated: Nov 22 2024 at 16:03 UTC