38 Value vmsg = pop_value(vm);
61 Value vmsg = pop_value(vm);
63 vm_raise_error(vm,
"RUST_HELLO_ARGS_RETURN requires FUN_WITH_RUST=ON at build time");
@ OP_RUST_HELLO_ARGS_RETURN
vm_raise_error(vm, "RUST_HELLO_ARGS_RETURN requires FUN_WITH_RUST=ON at build time")
push_value(vm, make_nil())
Tagged union representing a Fun value.
Value make_nil(void)
Construct a nil Value.
Value make_string(const char *s)
Construct a string Value by duplicating the given C string.
char * value_to_string_alloc(const Value *v)
Allocate a printable C string for a Value.
void fun_rust_string_free(char *ptr)
char * fun_rust_echo_string(const char *input)