Start working on rust compile step

This commit is contained in:
Fabian Stamm
2024-09-29 23:46:29 +02:00
parent 2876eea11f
commit a3f5a396e5
26 changed files with 1534 additions and 58 deletions

View File

@ -0,0 +1,7 @@
import "./import.jrpc";
type TestAtom {
val_number?: float;
val_boolean?: boolean;
val_string?: string;
}