veilid-tools work

This commit is contained in:
John Smith
2022-11-27 09:00:20 -05:00
parent 07e3201e06
commit 3a7d9b57b5
83 changed files with 3440 additions and 232 deletions

View File

@@ -77,7 +77,7 @@ impl<T: 'static> Future for MustJoinHandle<T> {
}
}
}
}else if #[cfg(target_arch = "wasm32")] {
} else if #[cfg(target_arch = "wasm32")] {
Poll::Ready(t)
} else {
compile_error!("needs executor implementation")