Update tailscale_tun

This commit is contained in:
Yuri Iozzelli 2022-09-30 20:45:50 +02:00 committed by Carlo Piovesan
parent d0e3852b59
commit 1635cdb3b2
4 changed files with 3 additions and 3 deletions

View File

@ -491,9 +491,9 @@ function __ZZN7IpStack4bindEiENK3$_6clEPN6client12MessageEventE(Lthis,Lev){
function __ZN10__cxxabiv1L24__cxa_throw_wasm_adapterEjPSt9type_infoj(Lthrown_object){ function __ZN10__cxxabiv1L24__cxa_throw_wasm_adapterEjPSt9type_infoj(Lthrown_object){
var Ldest$paddr=null,Lref$ptmp=null,Ltinfo$paddr=null; var Ldest$paddr=null,Lref$ptmp=null,Ltinfo$paddr=null;
Ltinfo$paddr=[0]; Ltinfo$paddr=[0];
Ltinfo$paddr[0]=(1048880|0); Ltinfo$paddr[0]=(1051752|0);
Ldest$paddr=[0]; Ldest$paddr=[0];
Ldest$paddr[0]=((59|0)|0); Ldest$paddr[0]=((58|0)|0);
Lref$ptmp=[nullObj]; Lref$ptmp=[nullObj];
Lref$ptmp[0]={d:null,o:Lthrown_object}; Lref$ptmp[0]={d:null,o:Lthrown_object};
Ltinfo$paddr=__ZN10__cxxabiv19Exception8allocateIJPvRPSt9type_infoRjEEEPS0_DpOT_(Lref$ptmp,0,Ltinfo$paddr,0,Ldest$paddr,0); Ltinfo$paddr=__ZN10__cxxabiv19Exception8allocateIJPvRPSt9type_infoRjEEEPS0_DpOT_(Lref$ptmp,0,Ltinfo$paddr,0,Ldest$paddr,0);

Binary file not shown.

Binary file not shown.

View File

@ -43,7 +43,7 @@ export async function init() {
ipn = newIPN({ ipn = newIPN({
// Persist IPN state in sessionStorage in development, so that we don't need // Persist IPN state in sessionStorage in development, so that we don't need
// to re-authorize every time we reload the page. // to re-authorize every time we reload the page.
stateStorage: sessionStateStorage, //stateStorage: sessionStateStorage,
}); });
const setupIpStack = () => { const setupIpStack = () => {