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

Implement the getFuncType method of Func #55

Open
taptao opened this issue Nov 25, 2023 · 0 comments
Open

Implement the getFuncType method of Func #55

taptao opened this issue Nov 25, 2023 · 0 comments

Comments

@taptao
Copy link

taptao commented Nov 25, 2023

Can you help me implement the type method of Func to obtain the FuncType object?

Like the c++ example below

  /// Returns the type of this function.
  FuncType type(Store::Context cx) const {
    return wasmtime_func_type(cx.ptr, &func);
  }
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

1 participant