We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2992372 + a84c7dc commit 58b654fCopy full SHA for 58b654f
src/lib.rs
@@ -13,7 +13,7 @@ use std::ops::Range;
13
use std::sync::atomic::{AtomicBool, Ordering};
14
use topologic::AcyclicDependencyGraph;
15
use wit_component::{ComponentEncoder, StringEncoding};
16
-use wit_parser::{PackageId, PackageName, Resolve, WorldId};
+use wit_parser::{PackageId, Resolve, WorldId};
17
18
mod moonc_wasm;
19
@@ -25,6 +25,8 @@ pub mod get_script;
25
#[cfg(feature = "typed-config")]
26
pub mod typed_config;
27
28
+pub use wit_parser::PackageName;
29
+
30
static MOONBIT_CORE: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/bundled-core");
31
32
#[derive(Default)]
0 commit comments