Stream: git-wasmtime

Topic: wasmtime / PR #6307 Add a `--emit-clif` option to `wasmti...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 23:31):

elliottt opened PR #6307 from elliottt:trevor/emit-clif to bytecodealliance:main:

Add the --emit-clif <PATH> option to wasmtime compile, making it easier to inspect the intermediate clif produced when compiling a wasm module. The path argument is a directory that will be created if its missing, and it will be populated with files named wasm_func_<idx>.clif, where <idx> is the function index in the wasm module.

Currently this option is only supported when using cranelift to compile a wasm module, and an error will be raised if winch is used instead.
<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 23:31):

elliottt requested itsrainy for a review on PR #6307.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 23:31):

elliottt requested wasmtime-core-reviewers for a review on PR #6307.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 23:33):

elliottt updated PR #6307.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2023 at 23:36):

elliottt updated PR #6307.


Last updated: Oct 23 2024 at 20:03 UTC