Skip to content

wang-zhichuang/graal-jni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

welcome.c

#include<stdio.h>
#include"welcome.h"

void welcome()
{
    printf("welcome, this is static library\n");
}

libwelcome.a

获取方式 make compile-lib

jvm

make run-jar

native

make compile-native 
make run-native

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published