konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

Various fixes for Arrays #868

Open Ihromant opened 7 months ago

Ihromant commented 7 months ago

Failures are related to ByteBuffer in wasi, it changed nothing there.

konsoletyper commented 7 months ago

Did you try to debug failures in WASI?

Ihromant commented 7 months ago

I don't know how to launch and debug WASI, in my config this tests are just off.

konsoletyper commented 7 months ago

What's the problem to learn to debug WASI? This "I don't know" is never a good excuse

Ihromant commented 7 months ago

From my earlier experience with C/WASM backend, it's either "you try some magic and pray for it working" (what I previously did) or spend 2-3 months of learning this platform to understand what's happening (which I don't have unfortunately).