Variant9

Results 105 issues of Variant9

When trunk initializes the wasm module and calls into it, it does not expose any exported functions for javascript code to use. This means that javascript cannot easily interact with...

I'm writing a wasm viewer tool and would like to be able to read the text-based .wat format in the same way as normal .wasm files. Ideally, there would be...

Feature Request

Found this attached to a WebGL game compiled with Unity 2017.3. UABE cannot open this, and the format does seem different from normal UnityFS files. The format itself seems really...

enhancement

The default UI scaling is set to 1, which is very small on a 4k display. I propose changing it to 2 by default. Here's comparisons on both 4k and...

enhancement

Running gitjacker without any arguments will print `Error: accepts 1 arg(s), received 0`. To be more user-friendly, it should default to showing the help message.

With the Sass language you can write way cleaner code that is easier to manage than vanilla CSS. It was never present in Stylish, and I was surprised to see...

enhancement

If callvirt is emulated and there are no overrides for the given method, Echo would previously return a `null` error implementation which causes a `MissingMethodException`. This PR aims to fix...

One use-case for Echo is optimizing instructions (eg. inserted junk code) or replacing function calls with their expected result (eg. string encryption methods in .NET). Having something like a visitor...

enhancement

I'm using `IsCyclic(Graph)` to check the attached graph and it returns true while I think it should return false. I assume this is because some nodes have multiple edges, since...

bug

There should be some automated system to publish new Docker images for new stable releases of Rust, to avoid having to wait for an unresponsive maintainer. Should resolve #80, #83,...