You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -553,8 +551,7 @@ So give it a try, leave some feedback, and star the repo to encourage us to dedi
553
551
resources to this kind of project.
554
552
555
553
If this is interesting to you and you want to help out, we’d be happy to get outside contributors
556
-
started. We know there are improvements to be made such as compatibility with popular Rust HTTP
557
-
ecosystem types (we have an example conversion for [Headers](https://github.com/cloudflare/workers-rs/blob/3d5876a1aca0a649209152d1ffd52dae7bccda87/libworker/src/headers.rs#L131-L167) if you want to make one), implementing additional Web APIs, utility crates,
554
+
started. We know there are improvements to be made such as implementing additional APIs, utility crates,
558
555
and more. In fact, we’re always on the lookout for great engineers, and hiring for many open roles -
559
556
please [take a look](https://www.cloudflare.com/careers/).
560
557
@@ -576,18 +573,6 @@ please [take a look](https://www.cloudflare.com/careers/).
576
573
your code depends on, or strip as much from the `.wasm` binary as possible. Here are some extra
577
574
steps you can try: https://rustwasm.github.io/book/reference/code-size.html#optimizing-builds-for-code-size
578
575
579
-
### ⚠️ Caveats
580
-
581
-
1. Upgrading worker package to version `0.0.18` and higher
582
-
583
-
- While upgrading your worker to version `0.0.18` an error "error[E0432]: unresolved import `crate::sys::IoSourceState`" can appear.
584
-
In this case, upgrade `package.edition` to `edition = "2021"` in `wrangler.toml`
585
-
586
-
```toml
587
-
[package]
588
-
edition = "2021"
589
-
```
590
-
591
576
# Releasing
592
577
593
578
1.[Trigger](https://github.com/cloudflare/workers-rs/actions/workflows/create-release-pr.yml) a workflow to create a release PR.
0 commit comments