source in github
This commit is contained in:
7
dist/index.html
vendored
7
dist/index.html
vendored
@@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Simplex Optimizer</title>
|
||||
<style>
|
||||
/* --- Light Theme (default) --- */
|
||||
@@ -338,15 +339,15 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="modulepreload" href="/simplex_web-c17f0d3b3483d1df.js" crossorigin="anonymous" integrity="sha384-N6NbmI2kXhtLKxU84HCP168wd/JaKiw9gvaTItFQ73ibm8plWJNvdpDLLXdRWPXp"><link rel="preload" href="/simplex_web-c17f0d3b3483d1df_bg.wasm" crossorigin="anonymous" integrity="sha384-3HZCB6oIMDFCv9h2J2OUGzBwI1zybrRD7BgPyGTDAFMv1FD8m8p2/25UfdwG3mYx" as="fetch" type="application/wasm"></head>
|
||||
<link rel="modulepreload" href="/simplex_web-678e6d27fa09c665.js" crossorigin="anonymous" integrity="sha384-jLsG/i5rhprifngulT1z1YIwB1qvFSKIPhhIlTBchM7UuLGFmxeYIgWRGtZRQMqL"><link rel="preload" href="/simplex_web-678e6d27fa09c665_bg.wasm" crossorigin="anonymous" integrity="sha384-waSdPUoWT1KI3EIzZeCg71qrYUKlVW0ZumxbfGJa5lVaTig8XWxlR1wYaxRF2Nk3" as="fetch" type="application/wasm"></head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<script type="module">
|
||||
import init, * as bindings from '/simplex_web-c17f0d3b3483d1df.js';
|
||||
const wasm = await init({ module_or_path: '/simplex_web-c17f0d3b3483d1df_bg.wasm' });
|
||||
import init, * as bindings from '/simplex_web-678e6d27fa09c665.js';
|
||||
const wasm = await init({ module_or_path: '/simplex_web-678e6d27fa09c665_bg.wasm' });
|
||||
|
||||
|
||||
window.wasmBindings = bindings;
|
||||
|
||||
Reference in New Issue
Block a user