Stream: git-wasmtime

Topic: wasmtime / issue #3626 Is there a way to print out the Cr...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2021 at 17:20):

teymour-aldridge opened issue #3626:

I've tried using Module::declarations and then ModuleDeclarations::get_functions but it doesn't seem to implement Display.

Sorry if this is me being silly.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2021 at 17:59):

bjorn3 commented on issue #3626:

No, a Module only contains the code after compilation. define_function immediately compiles functions. You can print a Function before calling define_function though. I believe it implements Display.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2021 at 19:27):

teymour-aldridge closed issue #3626:

I've tried using Module::declarations and then ModuleDeclarations::get_functions but it doesn't seem to implement Display.

Sorry if this is me being silly.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 19 2021 at 19:27):

teymour-aldridge commented on issue #3626:

Thanks!


Last updated: Oct 23 2024 at 20:03 UTC