Skip to content

Commit

Permalink
fix the fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed May 25, 2024
1 parent a799cea commit 68d271a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/wasi-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ pub use string_array::{StringArray, StringArrayError};
pub use table::Table;

mod blockless;
pub use blockless::*;
pub use blockless::{
BlocklessConfig, BlocklessModule, LoggerLevel, BlocklessConfigVersion,
DriverConfig, ModuleType, Permission, Stderr, Stdout
};

// The only difference between these definitions for sync vs async is whether
// the wasmtime::Funcs generated are async (& therefore need an async Store and an executor to run)
Expand Down

0 comments on commit 68d271a

Please sign in to comment.