-
### Describe the Bug
I have a part of the project in C, so I use emscripten to compile it (the complex Makefile is already present, that's why I don't want to use [`cc`](https://crates.io/crates/c…
-
**I wrote a simple demo with sodium(https://libsodium.gitbook.io/doc/) as below and try to compile it to .wasm. But it build failed and got error like this:**
error: undefined symbol: sodium_init
…
-
Hi @mtehver, I ported this excellent project to the web. My motivation,
- As @jaakla mentioned here(#66), I wanted to learn the limits of Emscripten/Webassembly.
- I wanted to see a map with power…
-
"AudioWorkletGlobalScope.WAM" etc is not a valid identifier
modfiy this line in emsdk in order to compile (make it return True)
https://github.com/emscripten-core/emscripten/blob/89c98c744f555df…
-
**Your Godot version:**
3.2.x
**Issue description:**
The build structure or instructions of current emscripten changed,
e.g the mentioned file **.emscripten** isn't involved any more.
https://e…
-
Hi, when running the **HTML5Setup.sh** it always exits with the following error:
`/tmp/tmp.d8JWYZ9TQh: line 6: unexpected EOF while looking for matching `"'
Here is the full log:
> Writing .e…
-
$ ./build.js
Default net: nn-13406b1dcbe0.nnue
Already available.
Config:
debug: 'no'
sanitize: 'none'
optimize: 'yes'
arch: 'wasm'
bits: '64'
kernel: 'Darwin'
os: ''
prefetch: 'no'
popc…
-
## Version of OpenTTD
Latest JGR commit on Emscripten, however, this is not a JGRPP-specific issue.
## Expected result
`openttd.cfg` settings to be persisted across refreshes.
## Actual re…
-
### STR
``` console
$ rustup default nightly-2017-10-28
$ cargo install cross --vers 0.1.12
$ cargo new --bin hello && cd $_
$ cross run --target wasm32-unknown-emscripten
thread 'main' …
-
I think I can guess the source of the problem, but I want to be sure.
*check_log1p.cpp*
```cpp
#include
#include
#include
int main()
{
printf("numeric_limits::digits = %d\n",
…