diff options
Diffstat (limited to 'md/writeup')
| -rw-r--r-- | md/writeup/web_assembly_audio_with_fir_filter.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/md/writeup/web_assembly_audio_with_fir_filter.md b/md/writeup/web_assembly_audio_with_fir_filter.md index ab23db9..e732a62 100644 --- a/md/writeup/web_assembly_audio_with_fir_filter.md +++ b/md/writeup/web_assembly_audio_with_fir_filter.md @@ -25,7 +25,7 @@ Its compiled to web assembly without any modifications.  ### Browser main gui loop  When  write in C and trying to make compatible code for non-wasm platforms there is few things -that need to take in considerations. Browser have main gui thread and programms SDL event loop +that need to take in considerations. Browser have main gui thread and programs SDL event loop  is passed as callback, while running main loop just on pc is no issue. But this does  change logic how main loop is invocated to make it compatible between platforms  for emscripten main loop is passed as callback  | 
