From 4ccedf442baa7cf1cbc24033a246d16710c99684 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Tue, 13 May 2025 17:45:39 +0200 Subject: [PATCH] add todo --- src/runtimes/ruby.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index a0b34b5..3b6d43b 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -1,3 +1,4 @@ +// TODO: maybe make all runtime engines not send and spawn threads for them like Ruby // TODO: make sure ruby is statically linked use std::{ collections::HashMap,