bytecodealliance / bytecodealliance/wizer
Wizer and Emscripten
Open
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Hi all,
Not sure whether Wizer is supposed to work with Emscripten. I tried compiling the following c++ code with emcc
```
#include
#include
#include
WIZER_DEFAULT_INIT();
EMSCRIPTEN_KEEPALIVE int SayHello() {
std::cout << "Hello World!";
return 0;
}
```
I got some compiling errors.
Contributor guide
Assessment
This issue has not been assessed yet.