Please use `let code_page = code_page.make_exec().map_err(|e| e.to_string())?;` instead. Maybe switch [`cranelift-simplejit`](https://github.com/CraneStation/cranelift/blob/master/cranelift-simplejit/src/memory.rs) to that method too. _Originally posted by @bjorn3 in https://github.com/CraneStation/cranelift/pull/940_
Please use
let code_page = code_page.make_exec().map_err(|e| e.to_string())?;instead. Maybe switchcranelift-simplejitto that method too.Originally posted by @bjorn3 in bytecodealliance/cranelift#940