tessi / wasmex

Execute WebAssembly from Elixir
MIT License
563 stars 32 forks source link

WebAssembly component support #491

Closed superchris closed 1 hour ago

superchris commented 1 year ago

Hey all, I'm really excited about the WebAssembly Components as a way to have a much higher level way to call into WebAssembly from Elixir. I'm a Rust newb (Elixir is my preferred language), but have managed to get simple examples of creating a component in JS and calling it from Rust using wasmtime to work. I'd like to investigate adding this support to wasmex, and wanted to check if there is interest in having such a feature.

munjalpatel commented 5 months ago

I think that would be a great addition @superchris

superchris commented 2 months ago

For those interested, making progress here: #630

superchris commented 1 hour ago

Closed by [#630]