mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 17:22:51 +09:00
init the awkward code
This commit is contained in:
15
static/html/ffmpeg/index.html
Normal file
15
static/html/ffmpeg/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>ffmpeg wasm</h1>
|
||||
<script>
|
||||
const buffer = new SharedArrayBuffer(16);
|
||||
var say_hello = () => {
|
||||
alert('hello from ffmpeg wasm');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user