@seantalts/stanli 0.9.3 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,9 +31,9 @@ parameters, and generated quantities (RNG draws stream from `seed`).
31
31
  The heavy work runs in a worker the package owns, so the page never
32
32
  blocks; calls queue and run one at a time.
33
33
 
34
- The preferred compiler, `stanli-compiler.js`, is 2,990,736 bytes raw and
35
- 425,026 bytes gzipped in the current measured build. For one rollback cycle
36
- the package also contains stock `stancjs.bc.js` (2,971,677 bytes raw, 418,847
34
+ The preferred compiler, `stanli-compiler.js`, is 2,988,001 bytes raw and
35
+ 424,607 bytes gzipped in the current measured build. For one rollback cycle
36
+ the package also contains stock `stancjs.bc.js` (2,966,778 bytes raw, 417,857
37
37
  bytes gzipped). The worker loads the stock compiler only if the portable
38
38
  compiler is unavailable; its O1 legacy MIR remains accepted by the runtime.
39
39
  Carrying both temporarily doubles the compiler portion of the installed and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seantalts/stanli",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "Full Stan in the browser: stanc3 compiles the model in JS, a WASM runtime lowers it to an op graph and runs NUTS. No server, no C++ toolchain.",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -11990,7 +11990,7 @@ e=d[2],a=Fc(a,b,c,d[1]);if(0===a[0]){a=a[1];var
11990
11990
  g=a[3],i=a[2],l=a[1],a=a[4],b=nN(0,function(a){return anZ(l,i,g)});if(0===b[0]){b=b[1];b=[0,[0,b[1],b[2],g[15],i,a]]}}else
11991
11991
  b=a;if(0!==b[0])return o9(e,b[1]);a=b[1];b=a[5];var
11992
11992
  f=a[3],c=a[4],d=a[2],a=a[1];return ux(f,c,b,k(e,h(j(uw(b)(an0),function(a,b){return Bj(f,a,b)}),d)),a)}));var
11993
- anT=[0,0],an1=[0,[15,0],bY];nJ("stanli_compile",qA(function(a,b,c){c=Fb(c);var
11993
+ anT=[0,1],an1=[0,[15,0],bY];nJ("stanli_compile",qA(function(a,b,c){c=Fb(c);var
11994
11994
  j=c[2],a=Fc(a,b,qz([0,HC]),c[1]);if(0!==a[0])return o9(j,a[1]);a=a[1];var
11995
11995
  f=a[4],d=a[3],g=a[2],l=[0,0,EX,EW,,EV,d[6],EU,ET,ES,ER,EQ,oE,EP,EO],q=a[1],e=[0,0];function
11996
11996
  m(a){return 6===a[0]?(e[1]=k(e[1],a[1]),0):0}var
package/stanli.wasm CHANGED
Binary file