Skip to content

Commit 567cd82

Browse files
Using new reachability-metadata.json format with the hope to work on Windows without backslash issues
1 parent 39e07ed commit 567cd82

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

lib/java/jvm-channel/src/main/resources/META-INF/native-image/org/enso/jvm/channel/jni-config.json

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"jni" : [
3+
{
4+
"type": "org.enso.jvm.channel.Channel",
5+
"methods": [
6+
{
7+
"name": "createJvmPeerChannel",
8+
"parameterTypes": ["long", "long", "long", "java.lang.String"]
9+
},
10+
{
11+
"name": "handleJvmMessage",
12+
"parameterTypes": ["long", "long", "long", "long"]
13+
}
14+
]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)