Triston Stuart

Results 8 issues of Triston Stuart

I made a wrapper for this project using the engine and the javascript provided by emscripten. https://github.com/TristonStuart/JS_To_JSC The goal of the wrapper is to allow easy javascript use of the...

I am getting different results when evaluation js vs compiling that js and evaluating it with jsc_eval_bytecode. Here is the code : ``` function add(x, y){ return x + y;...

Any way to access scope that executed jsc_eval? Or the global scope?

Noticing poor performance when running engines with multiple cylinders, but my CPU isn't maxed out and neither are any of the cores. FPS will do a weird spiking and dropping...

Ok, I changed this because I realized what the real issue is. If you have a comment in your wasm code your patch won't save. Cetus should either specially store...

enhancement
assembler

Instead of listing each time a function reads/writes an address, just list it once and have a counter next to it, like how cheat engine does. You should also add...

enhancement
good first issue

`[16:13:56 INFO]: TDStuart issued server command: /unverify [16:13:56 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'unverify' in plugin DiscordMinecraftHook v5.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.14.4.jar:git-Paper-243] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.14.4.jar:git-Paper-243] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:739) ~[patched_1.14.4.jar:git-Paper-243] at...