mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
rename FromWasmerMemory -> FromWasm32Memory
This commit is contained in:
parent
ffaf56bec2
commit
d7e347dcac
4 changed files with 48 additions and 49 deletions
|
@ -4,7 +4,7 @@ pub mod platform_functions;
|
|||
|
||||
#[cfg(feature = "gen-dev")]
|
||||
pub mod dev;
|
||||
pub mod from_wasmer_memory;
|
||||
pub mod from_wasm32_memory;
|
||||
#[cfg(feature = "gen-llvm")]
|
||||
pub mod llvm;
|
||||
#[cfg(feature = "gen-wasm")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue