return .so to root dir

This commit is contained in:
PanSi21 2025-01-05 19:23:50 +01:00
parent 41118a002a
commit 0191d024e4
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
2 changed files with 1 additions and 1 deletions

View file

@ -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

BIN
matrix03.so Executable file

Binary file not shown.