notgiven688 / webminerpool

Complete sources for a monero webminer.
262 stars 174 forks source link

no binaryen method succeeded #38

Open andresm9 opened 6 years ago

andresm9 commented 6 years ago

On Old browsers like Firefox 52 and Chrome 49 appear this:

no binaryen method succeeded. consider enabling more options, like interpreting, if you want that: https://github.com/kripken/emscripten/wiki/WebAssembly#binaryen-methods

How to resolve this?

Thanks

brainscar commented 6 years ago

This is now happening in other browsers too.

Tested on Firefox 60, pale moon (latest version), etc.

notgiven688 commented 6 years ago

I will check that later. Thank you for the report.

brainscar commented 6 years ago

Here's the full message in case that helps:

error

Thank you so much for your hard work @notgiven688

notgiven688 commented 6 years ago

I tested it on FF60 - it works. Pale moon does not have webassembly support (AFAIK) and will fail. There are plans to include a asm.js fallback if webasm is not available.

brainscar commented 6 years ago

@notgiven688 I can confirm it works on Firefox 60. In my initial report I forgot to turn off some of my Firefox addons

Is there any way I can help with asm.js fallback?

notgiven688 commented 6 years ago

Is there any way I can help with asm.js fallback?

Write it and create a pull request :)