Skip to content

Commit

Permalink
update 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ylkjick532428 committed Aug 25, 2020
1 parent f18cc5a commit 959fac1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CDN/meeting.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/1.8.0/css/react-select.css" />
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="origin-trial" content="">
</head>

<body>
Expand All @@ -20,6 +21,13 @@
<script src="js/tool.js"></script>
<script src="js/vconsole.min.js"></script>
<script src="js/meeting.js"></script>

<script>
const simd = async () => WebAssembly.validate(new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 4, 1, 96, 0, 0, 3, 2, 1, 0, 10, 9, 1, 7, 0, 65, 0, 253, 15, 26, 11]))
simd().then((res) => {
console.log("simd check", res);
});
</script>
</body>

</html>
7 changes: 7 additions & 0 deletions Local/meeting.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link type="text/css" rel="stylesheet" href="node_modules/@zoomus/websdk/dist/css/react-select.css" />
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="origin-trial" content="">
</head>

<body>
Expand All @@ -19,6 +20,12 @@
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="js/tool.js"></script>
<script src="./static/meeting.min.js"></script>
<script>
const simd = async () => WebAssembly.validate(new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 4, 1, 96, 0, 0, 3, 2, 1, 0, 10, 9, 1, 7, 0, 65, 0, 253, 15, 26, 11]))
simd().then((res) => {
console.log("simd check", res);
});
</script>
</body>

</html>

0 comments on commit 959fac1

Please sign in to comment.