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 7bc26d9 commit 34c3c30Copy full SHA for 34c3c30
src/hyperlight_host/tests/wit_test.rs
@@ -453,7 +453,7 @@ mod pick_world_binding_test {
453
mod pick_world_bindings2 {
454
hyperlight_component_macro::host_bindgen!({path: "../tests/rust_guests/witguest/twoworlds.wasm", world_name: "secondworld"});
455
}
456
-mod pick_world_binding_test {
+mod pick_world_binding_test2 {
457
use crate::pick_world_bindings2::r#twoworlds::r#wit::r#second_export::RecSecondExport;
458
459
impl crate::pick_world_bindings2::r#twoworlds::r#wit::r#second_export::RecSecondExport {
0 commit comments