Skip to content

Releases: fengari-lua/fengari-interop

v0.1.3

18 Dec 11:54
v0.1.3
fe5d8c2
Compare
Choose a tag to compare

In this release:

  • call Function lazily to avoid triggering CSP

v0.1.2

22 Apr 14:26
v0.1.2
8e59efb
Compare
Choose a tag to compare

In this release:

  • Use indirect eval to get reference to global environment

v0.1.1

03 Apr 13:11
v0.1.1
fa936f5
Compare
Choose a tag to compare

In this release:

  • createproxy with function type no longer has .prototype field
  • No longer attach Symbol to built-in prototypes.
  • If no __pairs Symbol is present then return iterator over Object.keys
  • If no __len Symbol is present then return .length.

v0.1.0

31 Mar 13:37
v0.1.0
0f7a3f6
Compare
Choose a tag to compare
  • Lua <=> JavaScript bridge for Fengari
  • All types of data can be passed either way with no memory leaks