chore(c-api) Update headers.

This commit is contained in:
Ivan Enderlin
2021-02-02 09:23:37 +01:00
parent 7c63648eb7
commit b2bc62d43a

View File

@ -195,7 +195,7 @@ intptr_t wasi_env_read_stdout(wasi_env_t *env, char *buffer, uintptr_t buffer_le
#endif
#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,
const wasm_instance_t *_instance);
#endif