mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
put platform functions (roc_alloc etc) in a module
This commit is contained in:
parent
36c8723214
commit
0d8fc5f2da
3 changed files with 60 additions and 54 deletions
|
@ -1,5 +1,7 @@
|
|||
extern crate bumpalo;
|
||||
|
||||
pub mod platform_functions;
|
||||
|
||||
#[cfg(feature = "gen-dev")]
|
||||
pub mod dev;
|
||||
pub mod from_wasmer_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue