mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 04:06:30 +00:00
Improve docs from feedback
This commit is contained in:
@ -47,7 +47,7 @@ pub struct ExitCode {
|
||||
pub code: syscalls::types::__wasi_exitcode_t,
|
||||
}
|
||||
|
||||
/// Create a WasiImport object with `WasiState`
|
||||
/// Creates a WasiImport object with `WasiState`.
|
||||
pub fn generate_import_object(
|
||||
args: Vec<Vec<u8>>,
|
||||
envs: Vec<Vec<u8>>,
|
||||
|
Reference in New Issue
Block a user