libwren-sys 0.1.0

FFI bindings for the wren embedded programming language
Documentation
1
2
3
// Should execute the module:
// expect: ran module
import "./module" for DoesNotExist // expect runtime error: Could not find a variable named 'DoesNotExist' in module './test/language/module/unknown_variable/module'.