Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 621 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 621 Bytes

webAGC

webAGC is a port of yaAGC, an emulator of the Apollo Guidance Computer, to the Web platform.

The WebAssembly binary of yaAGC is contained in this repository:

src/yaAGC.wasm

It was built using source code and build scripts in the state of commit ID

ddc65e7bed41f1301921b934fcbaaee93db99dda

of

https://github.com/michaelfranzl/virtualagc

For transparency, the WebAssembly module exports a function version() which returns a pointer to a null-terminated string containing this commit ID.

Demo

See the demo subdirectory.