bytecodealliance / bytecodealliance/wizer

Wizer and Emscripten

Open
#20 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.