Start working on host-side functions

This commit is contained in:
Isaac Clayton
2022-07-07 15:22:17 +02:00
parent 71e0555763
commit 53e56f1284
5 changed files with 232 additions and 30 deletions
+1 -1
View File
@@ -49,5 +49,5 @@ impl __Buffer {
pub mod prelude {
pub use super::{__Buffer, __alloc_buffer};
pub use plugin_macros::bind;
pub use plugin_macros::{export, import};
}