Luau Module
#286
Replies: 1 comment 4 replies
-
Luau itself does not support loading binary shared libraries. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I export a function / make a module with luau?
I get
compile_error!("Luau does not support module mode");
Is there any possible way to make luau call rust code?
Beta Was this translation helpful? Give feedback.
All reactions