Results 2 comments of Jacob Wagner

I tried evaluating this c code example from some graalvm webpage: ``` #include int main() { printf("Hello from GraalVM!\n"); return 0; } ``` If I remember correctly any input into...

I tried evaluating the same code as above in a file 'hello.c' and got the following error: Polyglot eval: 'llvm' file: '/home/jacob/hello.c' Error: com.oracle.truffle.llvm.runtime.except.LLVMParserException: The file '/home/jacob/hello.c' is not a...