Cetus icon indicating copy to clipboard operation
Cetus copied to clipboard

Turning off watchpoints fails

Open Riddle1001 opened this issue 1 year ago • 2 comments

In reference to #58

Coming back to this after a little while, I tried it and my patch works fine until I disable the watch points inside the chrome extension options. I also tried manually commenting watch point functions out the like I did before //wail.addInstructionParser(OP_I64_LOAD, readWatchpointInstrCallback); as a temp fix and still the same error occurs.

error: /#file-name:1 Uncaught (in promise) CompileError: WebAssembly.instantiate(): Compiling function #54979 failed: function index #110895 is out of bounds @+19973184


Only tested it with one patch, only happens when I add this patch AND disable the watch points Tested with firefox and chrome Tried all three options, only all extension option seemed to not break

Riddle1001 avatar Oct 05 '23 22:10 Riddle1001