|
|
|
|
|
by herobird
745 days ago
|
|
Thank you! :) when using lazy-unchecked translation with relatively small programs, setting up the Linker sometimes can take up the majority of the overall execution with ~50 host functions (which is a common average number). We are talking about microseconds, but microseconds come to play an importance at these scales. This is why for Wasmi we implemented the LinkerBuilder for a 120x speed-up. :) |
|
[1] https://github.com/wasmi-labs/wasmi/blob/master/crates/wasmi...