Skip to content

Releases: Egor00f/lua-kolibrios

v0.1.3

05 Jan 17:48
Compare
Choose a tag to compare

What's Changed

  • Add runtime dll load by @Egor00f in #6
    now lua can load shared libraries
  • move syscalls to shared library.
    nopw you must load syscalls as local syscalls = require("syscalls")

Full Changelog: v0.1.2...v0.1.3

v0.1.2

03 Jan 11:27
Compare
Choose a tag to compare

What's Changed

  • add syscalls by @Egor00f in #2
  • use _ksys_dlopen for load libraries by @Egor00f in #4
  • create documentation for syscalls && small updates in syscalls by @Egor00f in #5

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Dec 16:22
6627409
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Dec 14:48
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • interactive mod not working

Full Changelog: https://github.com/Egor00f/lua-kolibrios/commits/v0.1.0