shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
487 stars 38 forks source link

WebAssembly version showing a black screen #316

Open lrusso opened 3 months ago

lrusso commented 3 months ago

Hello, congratulations for such a great project! I just tried the MacOS port and it works great. I just wanted to report that the WebAssembly version is not working (it's showing a black screen). I tried using the latest Chrome and Firefox versions on MacOS (14.4.1).

https://maxthomas.dev/openjkdf2/

lrusso commented 3 months ago

Found the reason, the JavaScript code is expecting arguments, it works when browsing to https://maxthomas.dev/openjkdf2/?windowGUI

Maybe the README.md should be showing the right URL or the JavaScript logic should be adjusted.