rodao_runtime

Crates.iorodao_runtime
lib.rsrodao_runtime
version0.0.1
sourcesrc
created_at2024-06-16 06:40:13.564728
updated_at2024-06-16 06:40:13.564728
descriptionWorkers runtime based on deno_core
homepage
repositoryhttps://gitlab.com/magicfoodhand/rodao
max_upload_size
id1273306
size23,568
(inapinch-io)

documentation

README

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.

Commit count: 2

cargo fmt