Adrian Cole
Adrian Cole
wasm-bindgen gets pretty complicated quickly due to undocumented imports such as "__wbindgen_externref_xform__" "__wbindgen_placeholder__" and interactions with undocumented globals. I think using this is worse than showing direct memory allocation, so...
ok I managed to find and document the config to produce small wasm in rust. To finish the rust side needs a new function on memory to scan for a...
renamed one last time as I don't want to thrash the sourcecode with compiled binaries. The same example in tinygo and also rust will force a different thinking than each...
ps sorry about the delay, just we walked into a little bomb and I prioritized fixing the context first. Finishing the example is def on my "next" https://github.com/tetratelabs/wazero/pull/482
Due to things noticed I think these examples will be more broadly about allocation as that's the trickiest part. cc @danielpacak @neilalexander @efejjota @summerwind @hajimehoshi What I plan to do...
I looked carefully at the wasmedge examples originally cited and it seems they are doing a couple things that make things a little head-scratching * they use Cstring in TinyGo...
https://github.com/tetratelabs/wazero/pull/475 should do it
The current approach for TinyGo will break next release per https://github.com/tinygo-org/tinygo/pull/3142 I'll keep this open and close it with a new approach once merged.
Thanks for looping me in. For starters, I think it would be easier to develop this as a fasthttp based project then after experimentation add it to dapr. The feedback...
copying in @erikdubbelboer from fasthttp. I feel like this is a convergence of fans who would like to help get a webassembly plugin thing working with a primary consumer of...