Skip to content

v0.0.19

Choose a tag to compare

@ianm199 ianm199 released this 31 May 09:08
· 131 commits to main since this release
8a7d51e

Multi-version support: Lua 5.3 and 5.5 alongside the stable 5.4, behind one embedding API (Lua::new_versioned(LuaVersion::V53|V55), CLI LUA_RS_VERSION=5.3|5.4|5.5). See the CHANGELOG.

5.3/5.5 are alpha — they share 5.4's mature core and their headline features are verified against the upstream reference binaries, but each is incomplete; use 5.4 for production. 5.1/5.2 are not yet supported.

(All crates published to crates.io and lua-rs-wasm to npm at 0.0.19; the workflow's post-publish npm install-check flaked on registry propagation, so this release object was created manually.)