mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-28 06:01:37 +00:00
introduce NodeWasmService trait
This commit is contained in:
@ -15,9 +15,15 @@
|
||||
*/
|
||||
|
||||
mod node;
|
||||
mod node_wasm_service;
|
||||
|
||||
pub use node::IpfsNode;
|
||||
pub use node::NodeError;
|
||||
pub use node::NodePublicInterface;
|
||||
pub use node::NodeModulePublicInterface;
|
||||
pub use node_wasm_service::NodeWasmService;
|
||||
|
||||
use fce::IValue;
|
||||
use node::IpfsNode;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
Reference in New Issue
Block a user