From f160dc6ef57ae9e6ed64a160ce2a58fbc230f7f5 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 18 Aug 2021 08:47:18 +0100 Subject: Update oxford course list --- md/writeup/web_assembly_audio_with_fir_filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'md/writeup') 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 -- cgit v1.2.3