mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 09:12:48 +09:00
15 lines
324 B
HTML
15 lines
324 B
HTML
<!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> |