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?
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
Userzxcvbvnm commented on issue #8984:
Does that means wasmtime support JIT and AoT?
bjorn3 commented on issue #8984:
Wasmtime already supports JIT.
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?
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