#javascript #worker #rodao

rodao_runtime

Workers runtime based on deno_core

1 unstable release

0.0.1 Jun 16, 2024

#182 in #worker

MIT license

24KB
480 lines

rodao_runtime

Yet another JavaScript runtime, heavily built on the work done by the Deno team.

Why?

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.

Dependencies

~147MB
~3M SLoC