mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
chore(c-api) Disable wasi_config_capture_stdin for the moment`.
This commit is contained in:
@@ -153,10 +153,10 @@ pub extern "C" fn wasi_config_inherit_stderr(config: &mut wasi_config_t) {
|
||||
config.inherit_stderr = true;
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn wasi_config_capture_stdin(config: &mut wasi_config_t) {
|
||||
config.inherit_stdin = false;
|
||||
}
|
||||
//#[no_mangle]
|
||||
//pub extern "C" fn wasi_config_capture_stdin(config: &mut wasi_config_t) {
|
||||
// config.inherit_stdin = false;
|
||||
//}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn wasi_config_inherit_stdin(config: &mut wasi_config_t) {
|
||||
|
||||
Reference in New Issue
Block a user