Converting .cpp file to .wasm file

北慕城南 提交于 2019-12-24 18:15:07

问题


I have a .cpp file that imports the microsoft seal library

#include "seal/seal.h"

it imports without any errors but when i try to convert the file to .wasm, i get an error saying

fatal error: 'seal/seal.h' file not found
#include "seal/seal.h"
         ^~~~~~~~~~~~~~~~
1 error generated.

I'm stuck. Does Anyone have any ideas ?

来源:https://stackoverflow.com/questions/58729516/converting-cpp-file-to-wasm-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!