libwren-sys 0.1.0

FFI bindings for the wren embedded programming language
Documentation
1
2
3
4
class Foo {
  // 17 parameters.
  method(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q) { "!" } // expect error
}