Stream: git-wasmtime

Topic: wasmtime / issue #4921 How to compile the wasmtime projec...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2022 at 07:29):

Zhangyx24 opened issue #4921:

How to compile the wasmtime project from source code and generate the wasmtime command?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2022 at 08:11):

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 run git submodule update --init before running cargo build --release. See https://docs.wasmtime.dev/contributing-building.html

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2022 at 08:16):

Zhangyx24 commented on issue #4921:

Thanks a lot !

view this post on Zulip Wasmtime GitHub notifications bot (Sep 17 2022 at 08:16):

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