Sam Clegg
Sam Clegg
> It is a simple optimization. If you think this is unnecessary, I can close the PR. I would like to help improving the interpreter, is there any task which...
If are you interested in helping out with GC in general we could use some help workon and merging the work that @binji started in to get the GC proposal...
> Thank you for the suggestion. At first sight it looks like it adds a new struct / array related code. The work looks quite a big, and does a...
Another useful task that could be more reasonable in size would be to update the `testsuite` repo (using this script: https://github.com/WebAssembly/testsuite/blob/main/update-testsuite.sh) and then update the submodule dependency in wabt, and...
Would changing the != to a < at https://github.com/WebAssembly/wabt/blob/master/src/binary-reader-objdump.cc#L511 fix the issue? Any danger in doing this?
I think the idea is that builtin types should all have negative values .. so we know that thing >= to zero is a user type. The fact that we...
Sadly we don't have a lot of resource to dedicate to fixing such issues. I have a backlog of similar issues but it has not been possible to dedicate time...
Done. I gave you write access the whole repo (couldn't figure out how to do it on just one branch).
So iirc this gets rlbox up-to-date with main? Since it doesn't rewrite history but adds to it perheps it should be called the change should be called something like "Merge...
Also, I'm guessing we don't expect the tests to pass on this branch yet? (I think that OK for now since IIUC they have not be passing previously, and our...