bytecodealliance / bytecodealliance/wasmtime-go

SetWasmTailCall

Open
#227 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
913
Forks
100
Avg merge
10m
Merged PRs (30d)
1

Description

There is a configuration function in the wasmtime C API, in [config.h](https://docs.wasmtime.dev/c-api/config_8h_source.html): `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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.