mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 08:10:49 +00:00
The `Module::new` method requires an argument (`wasm: &[u8]`) that is never used. This patch removes the argument, and updates the code accordingly.