An open API service indexing awesome lists of open source software.

https://github.com/firefly-zero/firefly-runtime

♥️ The beating heart of Firefly Zero
https://github.com/firefly-zero/firefly-runtime

embedded-graphics esp32 firefly-zero game-console gamedev rust wasm wasmi

Last synced: 2 months ago
JSON representation

♥️ The beating heart of Firefly Zero

Awesome Lists containing this project

README

          

# firefly-runtime

The beating heart of [Firefly Zero](https://fireflyzero.com/). The runtime that runs the given app: executes wasm binaries, provides host functions, manages state, etc.

The runtime is sandwiched between the entry point ([firefly-emulator](https://github.com/firefly-zero/firefly-emulator) or [firefly-main](https://github.com/firefly-zero/firefly-main)) and [firefly-hal](https://github.com/firefly-zero/firefly-hal).

See [Firefly Zero docs](https://docs.fireflyzero.com/user/installation/) to get started.

## License

[GPL 3.0](./LICENSE). Any forks and extensions for Firefly must be open source. However, this does not affect apps and games running on Firefly Zero. You can make your apps free or paid, open-source or proprietary.