Component Support WIP - #346
martindevans wants to merge 3 commits into
Conversation
cyraid
left a comment
There was a problem hiding this comment.
Is there a reason for making these on to a single line vs multi-line? The multi-line is a bit more readable. :)
|
I am currently making wasmtime bindings for Beef, language which is basically lower level C#, and I expect to mostly finish them in the next week or two. Once that's done, you can use my work as reference. |
|
Hi, just wanting to know if there is going to be any progress with this PR? I'm keen to have component support via this package if possible |
|
I'm not personally planning to work on it anytime soon, but I will be very happy to merge PRs towards component support! |
|
@martindevans Shall I target PRs into your fork? Given there is progress there already |
|
Yes please. Let's use this as our branch to develop component features, until we have something worth merging into master. |
This is a rough first pass looking at what's required for wasm component support. I've pulled in everything from the
componentfolder of the C-API (see here) and have wrapped some of the easiest bits in the normal boilerplate (creating handles etc).I'm absolutely not intending to complete this work solo!
We can use this branch to gather up any component related bits until we have something that works and it worth merging into
main.