Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.0 : error message (Windows 7 64 bit SP1) - after installation of Wasmer 0.17.1 #2

Open
yellow-panther opened this issue Jul 27, 2020 · 1 comment

Comments

@yellow-panther
Copy link

Hello,

after a double mouseclick on wav.exe respectively Windows command script the following indication is shown: procedure entry point "GetSystemTimePreciseASFileTime"was not found (DLL, KERNEL32.dll) - Wasmer 0.17.1 for Windows https://github.com/wasmerio/wasmer/releases/download/0.17.1/wasmer-windows.exe is installed on my pc

(web app is o.k., of course)

What can be done?

Regards,

@mhonert
Copy link
Owner

mhonert commented Jul 27, 2020

Hello, thanks for trying out my chess engine!

When you have Wasmer installed, you can run the engine using the following command (see also step 3 in the Wiki):
wasmer.exe run --backend llvm engine.wasm

This should work with Wasmer version 0.16.2. In Wasmer versions 0.17.0 and 0.17.1 the llvm backend seems to be missing.
I have just opened a bug report for this issue.

With the Wasmer default backend the ELO rating is probably around 300 to 400 ELO lower compared to the WAVM runtime.
With the llvm backend the difference is only around 50 ELO.

In the future I hope to find a better solution for Windows 7 users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants