bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Refactor dynamic codegen module creation #791

Closed jeffcharles closed 1 month ago

jeffcharles commented 1 month ago

Description of the change

Refactoring to extract a method.

Why am I making this change?

This method will become polymorphic over the linking type and the static linking implementation will involve quite a bit more code than the dynamic linking version.

Checklist