Skip to content

SetWasmTailCall #227

@bobappleyard

Description

@bobappleyard

There is a configuration function in the wasmtime C API, in config.h: void wasmtime_config_wasm_tail_call_set(bool). This enables the tail call proposal, allowing modules containing return_call and return_call_indirect instructions to be executed.

I note that for many of the other functions in that header file, a method on *Config is provided.

Is there a particular reason why this function was left out, or am I OK to add a method for this configuration function to the struct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions