Benbuck Nason

Results 38 comments of Benbuck Nason

Thanks @Saalvage, no worries at all about the response time, there was nothing urgent. I appreciate all the work you and @onqtam have done on this library.

Hi @navinp0304, I would like to, but unfortunately this is a custom internal environment. The issue is that the heap is not yet initialized when the global initializers for doctest...

Hi @navinp0304, That's a good idea. What about something like this then? Thanks, Benbuck [diff.patch](https://github.com/doctest/doctest/files/11034999/diff.patch)

Thanks @onqtam. Sorry I forgot and provided the single include diff instead of the parts file. -Benbuck

I have a similar issue, where I would like to be able to have debugging support (using the wasm_export API) but would also like to be able to get all...

Hi @lum1n0us, thanks for the quick response. I don't have a complete list since I just ran into this, but here is the initial list: ``` wasm_module_imports() wasm_importtype_module() wasm_importtype_name() wasm_importtype_type()...

My goal is just to get the arrays of imports and exports, so it could be completely different APIs in wasm_export of course.

If wasm_c_api provided all of the functionality that wasm_export did, I could use it. The main example of that is the one from the original issue here, debugging. It seems...

Hi @lum1n0us, Would it be better if I opened a new issue to track this? Also, would it be helpful if I put together a PR? Thanks, Benbuck

@wenyongh I implemented something very close to your idea, except that I kept the lookup by name instead of by index, since to me it feels more natural to use...