summaryrefslogtreecommitdiff
path: root/runtime/examples
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-10-08 17:03:49 +0200
committerGitHub <noreply@github.com>2021-10-08 17:03:49 +0200
commit6b43e862fd44044d94d5df077b30d0cb112fc4d2 (patch)
treeaa031a71c9252a87e56ff27526a2454385d4d9d7 /runtime/examples
parent5f405bf1143e5e32ba69f12d6ad10374631ba64b (diff)
feat(runtime): allow passing extensions via Worker options (#12362)
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 eb4557c04..5ff482c56 100644
--- a/runtime/examples/hello_runtime.rs
+++ b/runtime/examples/hello_runtime.rs
@@ -36,6 +36,7 @@ async fn main() -> Result<(), AnyError> {
ts_version: "x".to_string(),
unstable: false,
},
+ extensions: vec![],
unsafely_ignore_certificate_errors: None,
root_cert_store: None,
user_agent: "hello_runtime".to_string(),