eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
WebAssembly (WASM)

A WebAssembly build of eolib-c exists solely to power the interactive demo.

Warning
The WASM build is not intended for use in real projects. It has a minimal hand-written JS API surface, no npm package, and no stability guarantees.

Use in JavaScript / TypeScript projects

If you need eolib in a JS/TS project, use eolib-ts — a proper TypeScript implementation of the same EO protocol with full type safety, an npm package, and a stable API.