Skip to content

Implement the getFuncType method of Func #55

Open
@taptao

Description

@taptao

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);
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions