mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
rename instance to module
This commit is contained in:
parent
093e410bac
commit
8c845c9f37
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use super::instance::FCEModule;
|
use super::module::FCEModule;
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::WasmProcess;
|
use crate::WasmProcess;
|
||||||
use crate::NodeFunction;
|
use crate::NodeFunction;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
mod fce;
|
mod fce;
|
||||||
mod instance;
|
mod module;
|
||||||
mod config;
|
mod config;
|
||||||
mod prepare;
|
mod prepare;
|
||||||
mod errors;
|
mod errors;
|
||||||
@ -23,4 +23,4 @@ mod errors;
|
|||||||
pub use fce::FCE;
|
pub use fce::FCE;
|
||||||
pub use config::FCEModuleConfig;
|
pub use config::FCEModuleConfig;
|
||||||
pub use errors::FCEError;
|
pub use errors::FCEError;
|
||||||
pub use instance::{IType, IValue};
|
pub use module::{IType, IValue};
|
||||||
|
Loading…
Reference in New Issue
Block a user