wasabi
wasabi
CC#
Created by wasabi on 2/7/2025 in #help
Invoking NodeJS from C#
I happen to have a need for this. From my research it doesn't appear that NodeJS distributes a library by default. I can't find any recent and maintained PInvoke bindings for anything. So, asking here before I start to build something. I think the idea would be to rebuild node myself as a shared or static library, and then link it into some bridge C/C++ code, and then P/Invoke against that. But checking if somebody is aware of a better way to go about it.
16 replies
CC#
Created by wasabi on 1/1/2025 in #help
Include File into Blazor Emscripten VFS
Trying to figure out the proper way to include a bunch of files into the Blazor emscripten VFS so as to be accessible from file system calls performed against the emscripten version of read()/open() etc
1 replies