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.
1 parent 94c91a8 commit fddecaeCopy full SHA for fddecae
1 file changed
src/hyperlight_wasm_macro/src/wasmguest.rs
@@ -24,8 +24,8 @@ limitations under the License.
24
// the `Resources` struct with.)
25
26
use hyperlight_component_util::emit::{
27
- kebab_to_fn, kebab_to_namespace, kebab_to_type, kebab_to_var, split_wit_name, FnName, State,
28
- WitName,
+ FnName, State, WitName, kebab_to_fn, kebab_to_namespace, kebab_to_type, kebab_to_var,
+ split_wit_name,
29
};
30
use hyperlight_component_util::etypes::{
31
self, Component, Defined, ExternDecl, ExternDesc, Handleable, Instance, Tyvar,
0 commit comments