Revert f64 -> RawValue

This commit is contained in:
Felix Schütt
2022-08-23 17:23:49 +02:00
parent e026812134
commit 59bc9a7096
4 changed files with 28 additions and 30 deletions

View File

@@ -318,7 +318,6 @@ impl Module {
Self::new(_store, bytes).map_err(|e| DeserializeError::Compiler(e))
}
#[cfg(feature = "compiler")]
/// Deserializes a a serialized Module located in a `Path` into a `Module`.
/// > Note: the module has to be serialized before with the `serialize` method.