import store from "@lincode/reactivity"

export const [setWasmPath, getWasmPath] = store(
    "https://unpkg.com/lingo3d-wasm@1.0.1/assets/"
)
