| Crates.io | rodao_runtime |
| lib.rs | rodao_runtime |
| version | 0.0.1 |
| created_at | 2024-06-16 06:40:13.564728+00 |
| updated_at | 2024-06-16 06:40:13.564728+00 |
| description | Workers runtime based on deno_core |
| homepage | |
| repository | https://gitlab.com/magicfoodhand/rodao |
| max_upload_size | |
| id | 1273306 |
| size | 23,568 |
Yet another JavaScript runtime, heavily built on the work done by the Deno team.
After using Cloudflare Workers and JVM embedded scripting languages for a few years, I wondered what it would take to build my own version of that; of course the final result had to be in Rust though, or else it wouldn't count.
Unfortunately that's a ton of work, luckily Deno built most of what I need though, so I'll start from there.