Skip to content

atomecorp/atomeX

Repository files navigation

atomeX

Hybrid Ruby development environment — Opal (Ruby → JavaScript) & Ruby WebAssembly.

License Ruby WebAssembly


atomeX is a hybrid Ruby development environment designed to compile Ruby code into JavaScript using Opal or run Ruby directly in WebAssembly (WASM).

This environment provides a clean structure to build portable Ruby applications for the web.


Getting Started

Installation

git clone https://github.com/atomecorp/atomeX.git

first time execution

./setup.sh

Build and Run

Build the project:

cd atomeX

Optional: modify the app/index.rb file to your needs, if you want

ruby builder.rb

Optional: you can build a specific target:

Possible options are --opal or --wasm

for production build, add --production to the command.

ruby builder.rb --wasm --production

Open in your Browser:

cd build 
ruby -run -e httpd . -p 9292

Documentation

For full details about the project structure and API usage, see:

DOCUMENTATION.md


License

This project is licensed under the MIT License — see the LICENSE file for details.

About

A.I. driven Ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published