Docs.rs
libwren-sys-0.1.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libwren-sys 0.1.0
FFI bindings for the wren embedded programming language
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
eval_compile_error.wren
eval_existing_scoped_variable.wren
eval_not_string.wren
get_module_variables.wren
get_module_variables_not_string.wren
get_module_variables_unknown_module.wren
1
2
3
import "meta" for Meta Meta.eval(123) // expect runtime error: Source code must be a string.