-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix kernel configuration for xeus-cpp-lite #185
Comments
Related #183 |
We should be able to fetch the c++ version out of kernel.json and pass it here xeus-cpp/src/main_emscripten_kernel.cpp Lines 18 to 23 in 859a1b9
|
@anutosh491 we still use the name of the "executable" on the javascript side To get the name of the wasm "binary" we use the first value of the args |
Probably for the wasm case our kernel.json should look like the following for starters
|
This is the kernel.json file I see while building
xeus-cpp-lite
Most things are redundant (or can't be used in a wasm context) except
Things like env, resource dir and other include paths if any can't be put to use.
There is no
xcpp
exectuable either (a wasm build would give us xcpp.js, xcpp.wasm, xcpp.data) and we just have an empty placeholder there.The text was updated successfully, but these errors were encountered: