Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to pass a string to python-wamr ? #4016

Open
Huangxiaoze opened this issue Jan 10, 2025 · 1 comment
Open

how to pass a string to python-wamr ? #4016

Huangxiaoze opened this issue Jan 10, 2025 · 1 comment

Comments

@Huangxiaoze
Copy link

Huangxiaoze commented Jan 10, 2025

Hi, all

I wanted to call a C function as below in wasm

void hello(char *name) { printf("Hello, %s\n", name); }

My question is how can I invoke the hello function with wasm-c-api?

I would appreciate it if you can answer my question.

@lum1n0us
Copy link
Collaborator

There's an example called callback_chain in the samples directory that I believe meets your needs.

In callback_chain.c, there's a function named log(), and callback_chain.wat will call this function to display the names of the currently executing Wasm functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants