comparison Resources/WebAssembly/ArithmeticTests/index.html @ 2510:04873915beaf

configuration of DCMTK for WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Mar 2018 14:14:37 +0200
parents
children
comparison
equal deleted inserted replaced
2509:9d9f2d088dce 2510:04873915beaf
1 <!doctype html>
2 <html lang="en-us">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>DCMTK - Inspect arithmetic types</title>
7 </head>
8 <body>
9 <pre id="stderr"></pre>
10 <script type="text/javascript" src="app.js"></script>
11 <script type="text/javascript" async src="dcmtk.js"></script>
12 </body>
13 </html>