Return command-line argument data sizes
The args_sizes_get()
function is used to retrieve the sizes of the command-line argument data provided to the WebAssembly module. The sizes are written to the specified output pointers.
Note
The args_sizes_get()
function returns the sizes of the command-line argument data provided to the WebAssembly module. The number of arguments and the size of the argument string data are written to the specified memory locations.