summaryrefslogtreecommitdiff
path: root/runtime/examples
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-12-19 03:55:50 +0100
committerGitHub <noreply@github.com>2022-12-19 03:55:50 +0100
commit1d18b65edcc4398c7badcf4ad0a367cb1e585a68 (patch)
treee53b02e7d5ef2fb15666897e90babaefab311511 /runtime/examples
parent97f280eb9b28f1b7743eb73cea817f3a5d122b83 (diff)
fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'runtime/examples')
-rw-r--r--runtime/examples/hello_runtime.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs
index 371ecf63f..13dcf51f5 100644
--- a/runtime/examples/hello_runtime.rs
+++ b/runtime/examples/hello_runtime.rs
@@ -43,6 +43,7 @@ async fn main() -> Result<(), AnyError> {
inspect: false,
},
extensions: vec![],
+ extensions_with_js: vec![],
startup_snapshot: None,
unsafely_ignore_certificate_errors: None,
root_cert_store: None,