-
Notifications
You must be signed in to change notification settings - Fork 148
need usage examples #60
Comments
hi Andrei, you're right, the amount of documentation (both low-level and high-level) is rather scarce. and for the low-level, well, I sheepishly redirect them to webassembly.org :}
these files have been usually either copied from the official test suite of webassembly:
I'll try to come up with an example for this over the week-end.
ditto: I'll try to hack something up during the week-end. |
That would be awesome, thank you! |
For my immediate needs, this is what I'd love hand-holding for concretely:
Thanks! |
@andreimatei I guess I won't have any bonus point... but #61 may help you somewhat? |
Thank you, much appreciated! I'll give it a spin soon.
Are you also interested in a review on the PR?
…On Mon, Jun 11, 2018 at 11:13 AM, Sebastien Binet ***@***.***> wrote:
@andreimatei <https://github.com/andreimatei> I guess I won't have any
bonus point... but #61 <#61>
may help you somewhat?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXBcSN3dc7a2LFRnGs6kzz_t71dFeFoks5t7oj-gaJpZM4Udu6U>
.
|
Of course! |
Hey Sebastien, So I'm digging around and I've got two related questions, if you don't mind the bother.
What's the right thing to do (or even the wrong thing) for handling it? Should I make the And 2nd, how would one go about passing a Go string or |
I was able to get a C program using strings and things like Lines 139 to 141 in d4bc452
I've got no idea what I'm doing, but I can attempt to put a PR together towards improving importing of memory sections if you think there's something to do here. |
I must admit I am starting to be a bit out of my confort zone :) funnily enough, I stumbled upon this (on the |
Hi folks,
I've found this project while looking for a Go wasm interpreter that I can use as a library. It seems awesome, but I've got to say that I'm a bit at a loss about how I am supposed to use it. I've perused the tests in the repo some, but it wasn't enough for me. This is partially because I'm new to wasm too.
If it's not too much trouble, I would kindly ask for some guidance/example around:
I'm interested in playing around with wagon for prototyping wasm user-defined functions in a SQL database - CockroachDB.
Thanks!
The text was updated successfully, but these errors were encountered: