Skip to content

Commit

Permalink
137 registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Quodss committed Dec 12, 2024
1 parent 1e060b4 commit a7a4d76
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions pkg/noun/jets/137/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,56 @@ static u3j_core _137_non_d[] =
};


static u3j_harm _137_hex_lia_run_a[] = {{".2", u3we_lia_run, c3y}, {}};

static u3j_harm _137_hex_lia_run_once_inner_a[] = {{".2", u3we_lia_run_once, c3y}, {}};

static u3j_core _137_hex_lia_run_once_d[] = {
{ "run-once-inner-v0", 15, _137_hex_lia_run_once_inner_a, 0, no_hashes },
{}
};

static u3j_core _137_hex_lia_monad_d[] = {
{ "run-v0", 7, _137_hex_lia_run_a, 0, no_hashes },
{ "run-once-v0", 7, 0, _137_hex_lia_run_once_d, no_hashes },
{}
};

static u3j_core _137_hex_wasm_engine_d[] = {
{ "monad-v0", 3, 0, _137_hex_lia_monad_d, no_hashes },
{}
};

static u3j_core _137_hex_wasm_op_def_d[] = {
{ "wasm-engine-v0", 3, 0, _137_hex_wasm_engine_d, no_hashes },
{}
};

static u3j_core _137_hex_wasm_validator_d[] = {
{ "wasm-op-def-v0", 3, 0, _137_hex_wasm_op_def_d, no_hashes },
{}
};

static u3j_core _137_hex_wasm_parser_d[] = {
{ "validator-v0", 3, 0, _137_hex_wasm_validator_d, no_hashes },
{}
};

static u3j_core _137_hex_lia_sur_d[] = {
{ "wasm-parser-v0", 3, 0, _137_hex_wasm_parser_d, no_hashes },
{}
};

static u3j_core _137_hex_wasm_engine_sur_d[] = {
{ "monad-sur-v0", 3, 0, _137_hex_lia_sur_d, no_hashes },
{}
};

static u3j_core _137_hex_wasm_sur_d[] = {
{ "engine-sur-v0", 3, 0, _137_hex_wasm_engine_sur_d, no_hashes },
{}
};

static u3j_core _137_hex_d[] =
{ { "non", 7, 0, _137_non_d, no_hashes },

Expand All @@ -869,6 +919,7 @@ static u3j_core _137_hex_d[] =
{ "secp", 6, 0, _137_hex_secp_d, no_hashes },
{ "mimes", 31, 0, _137_hex_mimes_d, no_hashes },
{ "json", 31, 0, _137_hex_json_d, no_hashes },
{ "wasm-sur-v0", 3, 0, _137_hex_wasm_sur_d, no_hashes },
{}
};

Expand Down

0 comments on commit a7a4d76

Please sign in to comment.