Methods finds matching methods for a given variable by resolving the address to the specific compilation unit it came from. So for that it's guaranteed to be the right layout etc.
Methods finds matching methods for a given variable by resolving the address to the specific compilation unit it came from. So for that it's guaranteed to be the right layout etc.
Can't remember sizes off the top of my head. But I was running on it some large production applications with 800+ dependencies. That's my target
Is the project public? If so I can try and find the specific issues it's hitting. There are quite a few gaps in supported types at the moment, currently just blocked on me sitting down and writing some parsers.
I just tried compiling it with wasm-pack and it seemed to build fine? Looking at the deps, I suspect `mmap2` may cause problems. But it should be easy enough to make that optional.
Thanks! Definitely planning to keep working on it. It's something I desperately want to exist. It had to take a bit of a backseat while I got ramped up at my new job, but hoping to get back to it soon.
Not yet! Sadly the project has stalled a bit while I get settled into my new job. Next version I want to integrate it into CodeLLDB but I could take a look at nvim too
Big news! https://cfl.re/43A81T7
Our first austinsystems.org is in 7 days! Sign up at the link. Our first two speakers are @stdlib.bsky.social talking about a new cryptography library, and @samjs.io talking about his new Rust debuginfo extension for LLDB. I'm excited, hope to see y'all there!
Announcing austinsystems.org, a meetup anyone who wants to learn more about how software works. We'll meet in-person every month. First meeting is August 19th. Hope to see you there!
Continuing on my Rust dev tooling journey: I built a Rust crate summarizer with Cloudflare Workers AI.
www.samjs.io/blog/cloudfl...
This post is more about the Cloudflare part since I'm starting there next week :)
Thank you! I'd love to hear any feedback. And I'll probably be popping up in the salsa zulip shortly. I want to write a blog post on using it and would love get some feedback on it for accuracy
Thanks!
I wrote about some Rust debuginfo tooling I've been working on recently:
if you'd like to see a wide re-release of Hundreds of Beavers in theaters this year, one night only, in thousands of cities โ repost this. we've got some doubters.
The fact that Shape describes "The memory layout of the type" part has got me thinking. I'm currently experimenting with some Rust debugging tooling. How feasible do you think it would be to expose the `SHAPE` const to external programs, so I could use that instead of Dwarf info?
Awesome stuff! I maintain `serde_qs` which is like your facet-urlencoded in that it handles nested structs. I need to revisit the code -- I wrote it ~9 years ago -- but at a glance the facet version looks so much simpler.