/* WASM implementation of "api.h" interface to be used in web contexts */exportconstplatformDependentPersistInt=(n)=>localStorage.setItem("persisted",n.toString());exportconstplatformDependentRetrieveInt=()=>parseInt(localStorage.getItem("persisted"));