Hi!
If I have a razor class library that has native dependencies. How do I pass the native dependencies to a wasm application?
Currently I just have the .c files, define emscripten linker options and native dependencies on the application project to go around this so it -works- but it is not how I would like it to be.