blob: d7c6d53527b0ef4942cee77183fa861de2b3b462 [file] [log] [blame] [edit]
#include <stdio.h>
#include <emscripten.h>
EMSCRIPTEN_KEEPALIVE void lib_say_hello() {
printf("Hello from lib!\n");
}