Testing latest pari + WASM + node.js... and it works?! Wow.
License: GPL3
ubuntu2004
/* Copyright (C) 2000-2004 The PARI group.12This file is part of the PARI/GP package.34PARI/GP is free software; you can redistribute it and/or modify it under the5terms of the GNU General Public License as published by the Free Software6Foundation; either version 2 of the License, or (at your option) any later7version. It is distributed in the hope that it will be useful, but WITHOUT8ANY WARRANTY WHATSOEVER.910Check the License for details. You should have received a copy of it, along11with the package; see the file 'COPYING'. If not, write to the Free Software12Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */1314BEGINEXTERN1516typedef enum {Gvoid, Gsmall, Gvec, Gvar, Ggen, Gclosure, Gusmall} Gtype;1718typedef enum {OCexportvar='!',OCunexportvar,OCsetref,OClock,OCpackargs,19OCbitprecreal='@',20OCpushlong,OCpushgnil,OCpushgen,OCpushreal,OCpushstoi,OCpushvar,21OCpop,22OCstoi,OCitos,OCtostr,OCvarn,OCcopy,OCcopyifclone,23OCprecreal,OCprecdl,24OCvec,OCmat,OCcol,25OCstackgen,26OCcompo1,OCcompo2,OCcompoC,OCcompoL,27OCpushptr,OCendptr,28OCcompo1ptr,OCcompo2ptr,OCcompoCptr,OCcompoLptr,29OCcalllong,OCcallgen,OCcallgen2,OCcallint,OCcallvoid,OCcalluser,30OCnewframe,OCsaveframe,31OCpushdyn,OCstoredyn,OCnewptrdyn,OCsimpleptrdyn,32OCpushlex,OCstorelex,OCnewptrlex,OCsimpleptrlex,33OCgetargs,OCdefaultarg,OClocalvar,OClocalvar0,34OCcheckargs,OCcheckargs0,OCdefaultgen,OCdefaultlong,35OCavma,OCgerepile,36OCcowvardyn,OCcowvarlex,37OCdup,OCstoreptr,OCcheckuserargs,38OCitou,OCutoi,OCdefaultulong} op_code;3940ENDEXTERN414243