rename FromWasmerMemory -> FromWasm32Memory

This commit is contained in:
Folkert 2022-07-09 19:35:07 +02:00
parent ffaf56bec2
commit d7e347dcac
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 48 additions and 49 deletions

View file

@ -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")]