We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560695d commit d908824Copy full SHA for d908824
1 file changed
src/ocre/container.c
@@ -127,7 +127,7 @@ static ocre_container_status_t ocre_container_status_locked(struct ocre_containe
127
return container->status;
128
}
129
130
-static char *ocre_find_best_matching_runtime(const char *image)
+static const char *ocre_find_best_matching_runtime(const char *image)
131
{
132
static const char default_runtime[] = "wamr/wasip1";
133
0 commit comments