You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wasmedge
Hello,
We are developing a cloud distributed database and I'd like to add our users the ability to extends the SQL functions with WasmEdge. I know that it is possibile to register some host functions and I am looking for a C SDK.
Anyone can help me so I can start developing some test code?
Thanks,
Marco Bambini
SQLite Cloud, Inc.
Hung-Ying Tai
unread,
Jan 11, 2023, 11:21:56 AM1/11/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wasmedge
Thanks for the link.
I'd like to understand better how to pass non-integer parameters to a WASM function. All the examples have int parameters and return an int that perfectly fits into WASM-supported types.
What about pointers? Is there a standard way to deal with non-int/float types?