Benjamin Eckel

Results 100 comments of Benjamin Eckel

Can we just add this as an export to the core crate? What do we need to do to accomplish this?

I think we made some progress here but haven't come back to follow up on this issue. I feel like it's a bit too broad though. We already do have...

We've since removed the `plugins` folder and now the tests point directly to the releases on that repo. So i think this should effectively solve the problem. Let me know...

I part 1 was taken care of with the [extism/plugins](https://github.com/extism/plugins) repo @zshipko is part 2 take care of by the development build process?

Did we ever complete step 2? If not can we open a new issue to track it?

Let us know if @mhmd-azeez 's answer hasn't unblocked you!

What do y'all think about this? is it still possible to get this out or should we table it?

This has been a tricky question for me because oftentimes, async / await does work at a syntax level in wasm, but not at a semantic level. The primary issue...

Dart would be a very welcome PDK. Though I think at the moment they require wasm-GC which isn't available in every runtime. Has anyone looked into this? Perhaps there is...

I think the overhead for a host function is just a few nanoseconds. @chrisdickinson could probably say more. Your performance will be bottlenecked more by how much data you need...