export_fn: add return_raw attribute
This commit is contained in:
@@ -6,7 +6,7 @@ struct Point {
|
||||
y: f32,
|
||||
}
|
||||
|
||||
#[export_fn(unknown = true)]
|
||||
#[export_fn(unknown = "thing")]
|
||||
pub fn test_fn(input: Point) -> bool {
|
||||
input.x > input.y
|
||||
}
|
||||
|
Reference in New Issue
Block a user