mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
chore(c-api) Update headers.
This commit is contained in:
@@ -195,11 +195,15 @@ intptr_t wasi_env_read_stdout(wasi_env_t *env, char *buffer, uintptr_t buffer_le
|
||||
#endif
|
||||
|
||||
#if defined(WASMER_WASI_ENABLED)
|
||||
bool wasi_env_set_instance(wasi_env_t *env, const wasm_instance_t *instance);
|
||||
DEPRECATED("This function is longer necessary. You may safely remove all calls to it and everything will continue to work.")
|
||||
bool wasi_env_set_instance(wasi_env_t *_env,
|
||||
const wasm_instance_t *_instance);
|
||||
#endif
|
||||
|
||||
#if defined(WASMER_WASI_ENABLED)
|
||||
void wasi_env_set_memory(wasi_env_t *env, const wasm_memory_t *memory);
|
||||
DEPRECATED("This function is no longer necessary. You may safely remove all calls to it and everything will continue to work.")
|
||||
void wasi_env_set_memory(wasi_env_t *_env,
|
||||
const wasm_memory_t *_memory);
|
||||
#endif
|
||||
|
||||
#if defined(WASMER_WASI_ENABLED)
|
||||
|
||||
Reference in New Issue
Block a user