Deprecate wasmer_trampoline_buffer_builder_add_callinfo_trampoline.

This commit is contained in:
losfair
2020-03-10 12:37:40 +08:00
parent 7d2d89b606
commit 3e63f1aaa9
3 changed files with 13 additions and 1 deletions

View File

@ -1386,6 +1386,8 @@ wasmer_result_t wasmer_table_new(wasmer_table_t **table, wasmer_limits_t limits)
#if (!defined(_WIN32) && defined(ARCH_X86_64))
/**
* Adds a callinfo trampoline to the builder.
*
* Deprecated. In a future version `DynamicFunc::new` will be exposed to the C API and should be used instead of this function.
*/
uintptr_t wasmer_trampoline_buffer_builder_add_callinfo_trampoline(wasmer_trampoline_buffer_builder_t *builder,
const wasmer_trampoline_callable_t *func,