diff options
author | FreeArtMan <dos21h@gmail.com> | 2021-08-18 08:47:18 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2021-08-18 08:47:18 +0100 |
commit | f160dc6ef57ae9e6ed64a160ce2a58fbc230f7f5 (patch) | |
tree | 04c8235966834c3042779aedccc80484d77e21e3 /md/writeup | |
parent | 86addf5b29aad16155a673627ee97cdcd6f3fc61 (diff) | |
download | md-content-f160dc6ef57ae9e6ed64a160ce2a58fbc230f7f5.tar.gz md-content-f160dc6ef57ae9e6ed64a160ce2a58fbc230f7f5.zip |
Update oxford course list
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 |