TheGreatRambler

Results 34 comments of TheGreatRambler

I could implement these myself but I would appreciate guidance on where I could find the instructions needed to handle each of these, as analysing the source code makes it...

Does [Pull 461](https://github.com/lifting-bits/remill/pull/461) have some or all of these implemented?

Oh, right. I honestly don't know the difference between semantics and instructions, so I couldn't tell if it was useful

I should note `BUILD_BYPRODUCTS ${WASMTIME_BUILD_PRODUCT}` was required to add support for ninja, ninja ignores `ExternalProject_Add` if no external product is specified. A little additional code was required to set that...

I suppose the reason it's so excessive here is that rust doesn't fit nicely into the CMake ecosystem so I have to manually pass it the compiler, archiver and locations...

My PC won't have internet access for a couple of days but I'll see about that change. I do think this effortlessly pulls wasmtime into Android projects that don't understand...

Made a slight change to deduplicate `ExternalProject_Add` and make the `CMakeLists.txt` cleaner.

Cool, thank you!

Any updates on this? I would prefer to be able to use a discrete action space rather than being stuck to a scalar, and I've heard commenting out the check...

Oh sorry, I'm a bit new to terminology. I need to be able to use a vector of integer values. I commented out the check and the agent appears to...