feat: start to implement node_registry

This commit is contained in:
2024-03-01 18:23:40 +01:00
parent 27b6514167
commit 738bc1cf7a
8 changed files with 1473 additions and 140 deletions

View File

@@ -5,6 +5,5 @@ pub extern "C" fn execute(a: u32, b: u32) -> u32 {
#[no_mangle]
pub extern "C" fn get_definition() -> String {
let bytes = include_str!("./node.json");
bytes.to_string()
include_str!("./node.json").to_string()
}