Skip to content

Make __wasi_args_get and __wasi_environ_get docs more explicit.#128

Merged
sunfishcode merged 1 commit intoWebAssembly:masterfrom
peterhuene:fix-environ-and-args-docs
Oct 31, 2019
Merged

Make __wasi_args_get and __wasi_environ_get docs more explicit.#128
sunfishcode merged 1 commit intoWebAssembly:masterfrom
peterhuene:fix-environ-and-args-docs

Conversation

@peterhuene
Copy link
Contributor

This commit updates the documentation for __wasi_args_get and
__wasi_environ_get to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes #27.

This commit updates the documentation for `__wasi_args_get` and
`__wasi_environ_get` to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes #27.
@sunfishcode sunfishcode merged commit 1281dab into WebAssembly:master Oct 31, 2019
yoshuawuyts pushed a commit to yoshuawuyts/WASI that referenced this pull request Nov 25, 2025
…ebAssembly#128)

This commit updates the documentation for `__wasi_args_get` and
`__wasi_environ_get` to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes WebAssembly#27.
yoshuawuyts pushed a commit to yoshuawuyts/WASI that referenced this pull request Nov 25, 2025
…ebAssembly#128)

This commit updates the documentation for `__wasi_args_get` and
`__wasi_environ_get` to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes WebAssembly#27.
yoshuawuyts pushed a commit to yoshuawuyts/WASI that referenced this pull request Nov 25, 2025
…ebAssembly#128)

This commit updates the documentation for `__wasi_args_get` and
`__wasi_environ_get` to make it explicit that it is the caller's responsibility
to allocate a terminating NULL pointer, if necessary.

Fixes WebAssembly#27.
alexcrichton added a commit to alexcrichton/WASI that referenced this pull request Jan 29, 2026
* Bump wasip3 to 0.2.1

Mostly get a crates.io release with WebAssembly#126

* Update generated code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect size returned by __wasi_environ_sizes_get

3 participants