I am using edon to build tauri-electron-compat to make it easier for existing Electron codebases to adopt and progressively migrate to Tauri. I am planning on implementing Electron polyfill api and the IPC right now is a very rudimentary message passing JSON strings.
Is it possible to use a nice abstraction library like NAPI-RS for creating JS resources to pass to nodejs as a native module?