deno.land / x / wasm@wasmer-sdk-v0.6.0 / examples / ffmpeg-react / src / main.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import React from 'react'import ReactDOM from 'react-dom/client'import App from './App.tsx'import './index.css'import { WasmerSdk } from './hooks.tsx'
ReactDOM.createRoot(document.getElementById('root')!).render( <React.StrictMode> <WasmerSdk log="info,wasmer_wasix=debug,wasmer_js=debug"> <App /> </WasmerSdk> </React.StrictMode>,)
wasm

Version Info

Tagged at
a year ago