Gxib

build tool for the gxi-rs project

Web

gxib web helps compile the project to ready to use .wasm files.

Inbuilt web server with hot reload for faster development.

bash gxib web -wrs localhost:8080

Docker

contains all dependencies required for web builds

mounts current dir to /app and exports port 8080

bash docker run \ -p 8080:8080 \ -v $(pwd):/app \ -it ghcr.io/gxi-rs/gxib:latest

Run

bash cd /app gxib web

Dependencies

if you don't want to use the prebuilt docker image, the following dependencies need to be present in your dev environment.

Roadmap