summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index 37d48def1..e89e4a27b 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -27,3 +27,6 @@ pub mod permissions;
pub mod tokio_util;
pub mod web_worker;
pub mod worker;
+
+mod worker_bootstrap;
+pub use worker_bootstrap::BootstrapOptions;