emscripten-tutorial

How to build an increasingly complex C/C++ codebase to WebAssembly
git clone https://git.tronto.net/emscripten-tutorial
Download | Log | Files | Refs | README

commit 961c3470d7e9bdf5efbe0509f586be75d7052d8b
parent 73efecca42dbc44200e797e02f8c1e24fcff26ef
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu,  5 Jun 2025 10:39:15 +0200

Fixed leftover from debugging session

Diffstat:
M05_callback/run-server.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/05_callback/run-server.sh b/05_callback/run-server.sh @@ -1,7 +1,6 @@ #!/bin/sh darkhttpd . \ ---port 8082 \ --mimetypes mime.txt \ --header 'Cross-Origin-Opener-Policy: same-origin' \ --header 'Cross-Origin-Embedder-Policy: require-corp'