Zhangyx24 opened issue #4921:
How to compile the wasmtime project from source code and generate the wasmtime command?
bjorn3 commented on issue #4921:
If you have rust installed you can do
cargo build --release
and then get the wasmtime command from target/release. If you didn't checkout submodules yet, you may need to rungit submodule update --init
before runningcargo build --release
. See https://docs.wasmtime.dev/contributing-building.html
Zhangyx24 commented on issue #4921:
Thanks a lot !
Zhangyx24 closed issue #4921:
How to compile the wasmtime project from source code and generate the wasmtime command?
Last updated: Nov 22 2024 at 16:03 UTC