mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +00:00
Use wasi::Pipe
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -271,7 +271,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb"
|
||||
dependencies = [
|
||||
"clap 3.2.16",
|
||||
"heck 0.4.0",
|
||||
"heck",
|
||||
"indexmap",
|
||||
"log",
|
||||
"proc-macro2",
|
||||
|
||||
@@ -24,7 +24,7 @@ use std::{
|
||||
};
|
||||
use wasmer_wasi::{
|
||||
get_wasi_version, FsError, VirtualFile, WasiFile, WasiFunctionEnv, WasiState, WasiStateBuilder,
|
||||
WasiVersion,
|
||||
WasiVersion, Pipe,
|
||||
};
|
||||
|
||||
/// Function callback that takes:
|
||||
|
||||
Reference in New Issue
Block a user