db48x/AUTHORS
Christophe de Dinechin f858087209 wasm: Implement WASM support
This is an in-tree port of [Franco Trimboli's excellent work][wasm].

The goal is to be able to run the simulator in a browser.
This builds with emscripten, as installed by the `emsdk`.
The `emsdk` is added as a submodule, and initialized on first build.

To build the browser WASM version of the simulator, run `make wasm`.

Fixes: #993

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
Suggested-by: Franco Trimboli <sunpazed@gmail.com>
Co-developed-by: Franco Trimboli <sunpazed@gmail.com>

[wasm]: https://github.com/sunpazed/db48x-wasm
2024-06-24 21:12:16 +02:00

13 lines
539 B
Text

This software was brought to you by the DB48X authors below:
- Christophe de Dinechin <christophe@dinechin.org>
- Camille Wormser <cwormser@google.com> (complex number fixes)
- spiff72 <mgobluevictor@gmail.com> (keyboard overlay)
- Conrado Seibel <conrado.seibel@novatechautomation.com> (help file fix)
- Kjell Christenson <kjell.christenson@gmail.com> (simulator fix)
- Václav Kadlčík <vkadlcik@redhat.com> (documentation fix)
- Franco Trimboli <sunpazed@gmail.com> (WASM port)
Copyright (c) 2022-2024, the DB48X authors
Thank you!