Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Module::from_buffer_with_config
(#285)
Current `Module` construction API cannot create a module from a buffer with a specific configuration: * `Module::with_config` * `Module::from_file` * `Module::from_file_with_config` * `Module::from_buffer` This commit adds a new method `Module::from_buffer_with_config` to fill the gap.
- Loading branch information