put platform functions (roc_alloc etc) in a module

This commit is contained in:
Folkert 2022-07-05 16:58:40 +02:00
parent 36c8723214
commit 0d8fc5f2da
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 60 additions and 54 deletions

View file

@ -1,5 +1,7 @@
extern crate bumpalo;
pub mod platform_functions;
#[cfg(feature = "gen-dev")]
pub mod dev;
pub mod from_wasmer_memory;