Hello, Here is a try to build emscripten version of fuse. First install emscripten and other fuse dependencies. Build libxml2: #!/bin/bash export EM_PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export LDFLAGS="-sUSE_ZLIB" export CFLAGS="-O3" ./autogen.sh emconfigure ./configure --enable-shared=no --enable-static=yes make -j$(nproc) install Build libspectrum: Apply this libspectrum.patch: diff --git a/myglib/ghash.c b/myglib/ghash.c index 2dde616..be4b6c6 100644 --- a/myglib/ghash.c +++ b/myglib/ghash.c...
Emscripten support
More memory in DIVIDE/DIVMMC
Hello, Do you plan to add SDL2 code? SDL2 is supported by emscripten and compilation of fuse with it possible. http://tc2048.y0.pl/WASM/fuse.html (is proof) http://tc2048.y0.pl/WASM/fuse-emscripten.diff This is based on 2014-12-28-sdl2 branch. Here is sample recipe for compilation: First get and configure latest emscripten. Next, compile libspectrum: untar libspectrum-1.4.4.tar.gz cd libspectrum-1.4.4 CFLAGS='-O2 -s USE_ZLIB=1' CPPFLAGS='-O2 -s USE_ZLIB=1' emconfigure ./configure --prefix=$HOME --with-fake-glib...
Web assembly
Tape loading error while loading Frank N Stein Rebooted.wav
Add trace command to debugger
Hi, could you describe step by step how to run esxdos-0.8.5 in fuse-1.3.3 with Timex...