Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

minecraft-wasm

A modern WebAssembly-based Minecraft client package for offline use, optimized around WASM-GC and single-file deployment.

Overview

minecraft-wasm is a compact project that delivers a WebAssembly runtime wrapper for Minecraft-style gameplay. The repository is structured to keep the main client bundle as minecraft.html and to provide a detailed developer-facing README.md for installation, usage, and release information.

Features

  • Offline-capable, single-file HTML client bundle.
  • WASM-GC-focused packaging for modern WebAssembly runtimes.
  • Minimal external dependencies for local testing and distribution.
  • Clean, easy-to-follow project structure for builders and contributors.
  • Clear release tracking and version notes.

Files

  • README.md — this project guide and documentation.
  • minecraft.html — the offline WebAssembly HTML client bundle.

Getting Started

  1. Clone the repository:
git clone https://github.com/TheGitCommitMan/minecraft-wasm.git
cd minecraft-wasm
  1. Open minecraft.html directly in a browser, or serve it locally:
python3 -m http.server 8080
  1. Visit:
http://localhost:8080/minecraft.html

Usage Notes

  • The bundle is intended to run offline.
  • Use a modern browser with WebAssembly support.
  • If the browser blocks loading local files, use a simple HTTP server.
  • This repository is focused on packaging and distribution, not on the underlying game source.

Releases

A proper release history is maintained through GitHub Releases. For the latest stable downloads and tagged versions, visit:

Available release notes

  • minecraft.html: offline WASM client bundle for current release.
  • Future updates may include versioned builds, asset improvements, and runtime compatibility notes.

Development

To extend this project:

  • Add a build pipeline to generate minecraft.html automatically.
  • Integrate asset management for optimized offline loading.
  • Add release automation to publish versioned bundles.
  • Document any runtime requirements or browser compatibility.

Contributing

Contributions are welcome. Open issues for:

  • Bug reports
  • Feature requests
  • Build improvements
  • Release packaging help

License

Add the appropriate license details here once the project ownership and terms are finalized.

About

EaglercraftZ 26.1.1 WASM-GC offline single-file Minecraft client

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages