diff options
Diffstat (limited to 'static/solver.js')
-rw-r--r-- | static/solver.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/solver.js b/static/solver.js index a3f8366..b440a21 100644 --- a/static/solver.js +++ b/static/solver.js @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-2-Clause +// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> + let wasm_instance = null; let wasm_exports = null; |