gwsounddsg / WasmTesting

0 stars 0 forks source link

Unable to reference emscripten.h #1

Closed gwsounddsg closed 3 years ago

gwsounddsg commented 3 years ago

After installing emscripten two different ways, I'm unable to reference emscripten.h. So in validate.cpp line 15 I'm getting an error on return_error_message.

gwsounddsg commented 3 years ago

I've also posted a question about installing on the discord server for emscripten.

gwsounddsg commented 3 years ago

So I'm dumb. I've been following a book on wasm and I read the code wrong. That's why I was getting the error on return_error_message. I've fixed it and pushed an update. But there's still the issue of being unable to reference emscripten.h.

gwsounddsg commented 3 years ago

n/a