8 Commits

Author SHA1 Message Date
Guy Bedford
cc3090cbb0 test unsafe-single-threaded-traits 2025-10-30 14:20:35 -07:00
Guy Bedford
920ae84602
inline kv implementation (#830) 2025-09-25 15:12:06 -07:00
Guy Bedford
2b30134ebc
fix console panic hook in templates (#828) 2025-09-25 12:03:34 -07:00
Guy Bedford
78da5cb068
worker-build fixes (#819) 2025-09-18 16:18:28 -07:00
Luke Valenta
fba130e663
refactor: Clean up worker-sandbox (#763)
* Clean up worker-sandbox

- Remove unexpected fields from wrangler.toml (type, miniflare, package)
- Address or add allow rules for clippy::pedantic lints
- Add macros to avoid duplicate route configurations
- Move files from src/test/* to src/ and add test handlers and routes to
  make it possible to run the tests from the sandbox worker
- Move several handlers out of alarm.rs and into more suitable files
  (e.g., counter.rs where the corresponding Durable Objects live). Note
  that the SHARED_COUNTER Durable Object class is still not yet defined.
- Fix and add test handler for handle_basic_test, which passes
  except for the transactional storage API tests

* Address review comments

- Clean up additional clippy lints rather than add exceptions
- Describe how to get tests to pass even with dwarf-debug-info enabled

* Fix new clippy complaints
2025-07-07 15:28:41 -07:00
Guy Bedford
8612c0cd64
deps: update dependencies, examples and templates /w Axum upgrade (#744) 2025-06-16 16:29:27 -07:00
Kevin Flansburg
abbcb00bc9
Fix clippy lints (#565) 2024-05-03 11:55:48 -04:00
Kevin Flansburg
f3eb1eb535
Experimental RPC Support (#551)
* Prototyping

* rpc client example

* Prototype WIT codegen

* Documentation

* Final tweaks
2024-04-28 18:44:12 -04:00