ajwerner

Results 145 comments of ajwerner

I also keep rebasing this because I need it. Anything I can do to help get this merged?

I'm also very interested in getting this to work. The COI/threads can be critical for latency of page loads due to the blocking waterfall described in https://github.com/duckdb/duckdb-wasm/issues/381 and friends. I'm...

Is there a way to build a devkit (something the rust bindings will be happy with) with these options? It appears that the devkit size isn't meaningfully affected by this.

I was able to make it work by manually copying over the built capstone into the sdk, but that feels messy.

I guess the idea in some cases may have been to tie the lifetime to a prerequisite object. Like if you look in frida-gum, the `Iterceptor::obtain` indeed ensures that the...

Another approach here, that I think I prefer because it'll simplify the programming model would be to wrap the Frida object as a process-global singleton and track its references with...

What do other Frida bindings do with regards to getting a handle to Frida or gum?