libwren-sys 0.1.0

FFI bindings for the wren embedded programming language
Documentation
1
2
3
4
System.print(2.pow(4))     // expect: 16
System.print(2.pow(10))    // expect: 1024

System.print(1.pow(0))     // expect: 1