diff --git a/index.js b/index.js index fb1fe04..c7d3959 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ function jsCC() { // START GCC shared lib // Carica la libreria C -const path = `./bin/matrix03.so`; +const path = `./matrix03.so`; const { symbols } = dlopen(path, { matrix: { args: [ FFIType.int ], // La funzione C non prende argomenti diff --git a/matrix03.so b/matrix03.so new file mode 100755 index 0000000..4133371 Binary files /dev/null and b/matrix03.so differ