mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-27 02:39:28 +00:00
chore(c-api) Update headers.
This commit is contained in:
@ -195,7 +195,7 @@ intptr_t wasi_env_read_stdout(wasi_env_t *env, char *buffer, uintptr_t buffer_le
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WASMER_WASI_ENABLED)
|
#if defined(WASMER_WASI_ENABLED)
|
||||||
DEPRECATED("This function is longer necessary. You may safely remove all calls to it and everything will continue to work.")
|
DEPRECATED("This function is no 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,
|
bool wasi_env_set_instance(wasi_env_t *_env,
|
||||||
const wasm_instance_t *_instance);
|
const wasm_instance_t *_instance);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user