Pascal Molin on Tue, 12 Dec 2017 10:57:35 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: WebAssembly javascript build of PARI


Thanks Bill, for me this works on Firefox -- not (yet) on Opera.
Another good news is that these versions seem to run twice faster than older ones in my firefox (so both webassembly and new asm.js)

Pascal

2017-12-11 23:44 GMT+01:00 Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>:
Dear PARI developers,

I have added a third experimental, version of the _javascript_ version of
PARI/GP which relies on WebAssembly (see <http://webassembly.org/>):

<https://pari.math.u-bordeaux.fr/gpexpwasm.html>

I have not included compat codes for browsers that do not support
WebAssembly yet. So if it works for you, then you are really using
WebAssembly. Otherwise you can still use the other versions

I have also rebuilt the asm.js version with a different option which
should make it faster.

Cheers,
Bill.