wasmer/lib/clif-backend
Ivan Enderlin 5744f6896f fix(clif-backend) Module::new does not use its argument.
The `Module::new` method requires an argument (`wasm: &[u8]`) that is
never used.

This patch removes the argument, and updates the code accordingly.
2019-03-04 14:03:07 +01:00
..
2019-02-25 13:33:33 -08:00