mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
repl: rename FromWasm32Memory -> FromWasmerMemory
This commit is contained in:
parent
e9871947d3
commit
1783fa8009
3 changed files with 26 additions and 26 deletions
|
@ -2,7 +2,7 @@ extern crate bumpalo;
|
|||
|
||||
#[cfg(feature = "gen-dev")]
|
||||
pub mod dev;
|
||||
pub mod from_wasm32_memory;
|
||||
pub mod from_wasmer_memory;
|
||||
#[cfg(feature = "gen-llvm")]
|
||||
pub mod llvm;
|
||||
#[cfg(feature = "gen-wasm")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue