Browse Source
The current interface of `cranelift-module` requires consumers who want to be informed about traps to discover that information through `Module::Product`, which is backend-specific. Since it's advantageous to manipulate this information in a backend-agnostic way, this patch changes `Module::define_function{,_bytes}` to return information about the traps contained in the function being defined.pull/1214/head
Nathan Froyd
5 years ago
6 changed files with 60 additions and 37 deletions
Loading…
Reference in new issue