Stream: git-wasmtime

Topic: wasmtime / issue #8984 Does wasmtime support interpreter?


view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2024 at 08:23):

Userzxcvbvnm opened issue #8984:

Does wasmtime support an interpreter for executing Wasm binaries, or does it only support Ahead-of-Time (AOT) compilation for executing Wasm binaries?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2024 at 09:39):

bjorn3 commented on issue #8984:

Currently Wasmtime can only compile wasm binaries to machine code, but a wasm interpreter is in the works: https://github.com/bytecodealliance/rfcs/pull/35

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2024 at 09:41):

Userzxcvbvnm commented on issue #8984:

Does that means wasmtime support JIT and AoT?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2024 at 09:43):

bjorn3 commented on issue #8984:

Wasmtime already supports JIT.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2024 at 14:37):

alexcrichton closed issue #8984:

Does wasmtime support an interpreter for executing Wasm binaries, or does it only support Ahead-of-Time (AOT) compilation for executing Wasm binaries?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2024 at 14:37):

alexcrichton commented on issue #8984:

I believe the question here was answered, so I'm going to close this.


Last updated: Nov 22 2024 at 16:03 UTC