summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs
index 1e307f492..248ef94de 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -34,5 +34,6 @@ pub mod web_worker;
pub mod worker;
mod worker_bootstrap;
+pub use worker::runtime;
pub use worker_bootstrap::BootstrapOptions;
pub use worker_bootstrap::WorkerLogLevel;