Yusuke Kawamoto
Yusuke Kawamoto
Same here. xcode ios Simulator 15.4 iPhone 13 `new WebAssembly.Memory()` makes Out of Memory error. INITIAL_MEMORY is 2GB, right? in case of ammo.js, INITIAL_MEMORY seems to be 64MB.
I built custom core files with Docker CE on wsl2 Ubuntu 20.04. And, It works fine with ios Safari. see also https://github.com/ffmpegwasm/ffmpeg.wasm/issues/267 setup ```sh $ git clone https://github.com/ffmpegwasm/ffmpeg.wasm-core $ cd...
@nxtexe Add a script tag like this, if you want. https://gist.github.com/james2doyle/28a59f8692cec6f334773007b31a1523
@nxtexe > This wouldn't work much for me since I use ffmpeg in a web worker. But what I mean more specifically is lazy loading the libraries ffmpeg relies on...
Hello @bilinkis ! My study project is here. https://github.com/ningen-inc/hello-ffmpeg-wasm ``` $ npm install $ npm start ``` and open http://localhost:3000/ to try this.