Djinni Library  2.0.0
Cross-Platform Library
Interface Definition

Djinni IDL file:

native = interface +j +o +s {
hello_from_native(): string;
}
example = interface +c {
static hello_from_cpp(): string;
static hello_from_native(from: native): string;
}