const dllPath = "./uFCoder-x86_64.dll"
const uFCoder = Deno.dlopen(
dllPath,
{
ReaderOpen: {
parameters: [],
result: "i32",
}
},
);
console.log(uFCoder.ReaderOpen())
const dllPath = "./uFCoder-x86_64.dll"
const uFCoder = Deno.dlopen(
dllPath,
{
ReaderOpen: {
parameters: [],
result: "i32",
}
},
);
console.log(uFCoder.ReaderOpen())
Join the Discord to ask follow-up questions and connect with the community