diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-12-19 03:55:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 03:55:50 +0100 |
commit | 1d18b65edcc4398c7badcf4ad0a367cb1e585a68 (patch) | |
tree | e53b02e7d5ef2fb15666897e90babaefab311511 /runtime/examples | |
parent | 97f280eb9b28f1b7743eb73cea817f3a5d122b83 (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.rs | 1 |
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, |