diff --git a/tun/ipstack.js b/tun/ipstack.js index 7adc736..0b890da 100644 --- a/tun/ipstack.js +++ b/tun/ipstack.js @@ -491,9 +491,9 @@ function __ZZN7IpStack4bindEiENK3$_6clEPN6client12MessageEventE(Lthis,Lev){ function __ZN10__cxxabiv1L24__cxa_throw_wasm_adapterEjPSt9type_infoj(Lthrown_object){ var Ldest$paddr=null,Lref$ptmp=null,Ltinfo$paddr=null; Ltinfo$paddr=[0]; - Ltinfo$paddr[0]=(1048880|0); + Ltinfo$paddr[0]=(1051752|0); Ldest$paddr=[0]; - Ldest$paddr[0]=((59|0)|0); + Ldest$paddr[0]=((58|0)|0); Lref$ptmp=[nullObj]; Lref$ptmp[0]={d:null,o:Lthrown_object}; Ltinfo$paddr=__ZN10__cxxabiv19Exception8allocateIJPvRPSt9type_infoRjEEEPS0_DpOT_(Lref$ptmp,0,Ltinfo$paddr,0,Ldest$paddr,0); diff --git a/tun/ipstack.wasm b/tun/ipstack.wasm index 0ba2984..11494db 100644 Binary files a/tun/ipstack.wasm and b/tun/ipstack.wasm differ diff --git a/tun/tailscale.wasm b/tun/tailscale.wasm index 5c06dbb..c8f63ba 100755 Binary files a/tun/tailscale.wasm and b/tun/tailscale.wasm differ diff --git a/tun/tailscale_tun.js b/tun/tailscale_tun.js index d7184a6..53b2c70 100644 --- a/tun/tailscale_tun.js +++ b/tun/tailscale_tun.js @@ -43,7 +43,7 @@ export async function init() { ipn = newIPN({ // Persist IPN state in sessionStorage in development, so that we don't need // to re-authorize every time we reload the page. - stateStorage: sessionStateStorage, + //stateStorage: sessionStateStorage, }); const setupIpStack = () => {