mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Comments
This commit is contained in:
parent
89acb6461a
commit
5b633ccd24
1 changed files with 3 additions and 0 deletions
|
@ -657,6 +657,9 @@ impl<'a> WasmModule<'a> {
|
|||
_ => None,
|
||||
});
|
||||
|
||||
// There are names available in the import section too, so let's use them!
|
||||
// We don't know how the host was compiled, so we might as well just grab all the info we can get.
|
||||
// If we end up with duplicate entries, that's OK. The backend will use the first matching entry.
|
||||
let import_fns = self
|
||||
.import
|
||||
.imports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue