diff options
| author | Christine Dodrill <me@christine.website> | 2020-10-14 16:20:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 16:20:25 -0400 |
| commit | acc686c550eb11f2a54ee21f3de77ae82f755506 (patch) | |
| tree | a43fa4daeb52903f0a5e437f62504ebcf07fdc1a /static | |
| parent | de639937d053dbcaf0fe0550c85837e77420730f (diff) | |
| download | xesite-acc686c550eb11f2a54ee21f3de77ae82f755506.tar.xz xesite-acc686c550eb11f2a54ee21f3de77ae82f755506.zip | |
Update wasm_exec.html
Fixes #232
Diffstat (limited to 'static')
| -rw-r--r-- | static/blog/tos_2/wasm_exec.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/blog/tos_2/wasm_exec.html b/static/blog/tos_2/wasm_exec.html index 38d5b6f..231a7ea 100644 --- a/static/blog/tos_2/wasm_exec.html +++ b/static/blog/tos_2/wasm_exec.html @@ -17,8 +17,8 @@ license that can be found in the LICENSE file. <script src="https://cdn.jsdelivr.net/npm/text-encoding@0.7.0/lib/encoding.min.js"></script> (see https://caniuse.com/#feat=textencoder) --> - <link rel="stylesheet" href="https://unpkg.com/xterm/dist/xterm.css" /> - <script src="https://unpkg.com/xterm/dist/xterm.js"></script> + <link rel="stylesheet" href="https://unpkg.com/xterm@4.9.0/css/xterm.css" /> + <script src="https://unpkg.com/xterm@4.9.0/lib/xterm.js"></script> <h1>The voice of <code>god</code></h1> <script src="wasm_exec.js"></script> <script> |
