mops toolchain bin
Print path to the specified tool binary.
mops toolchain bin <tool>
Examples
Print path to the moc binary:
mops toolchain bin moc
Print path to the wasmtime binary:
mops toolchain bin wasmtime
Print path to the pocket-ic binary:
mops toolchain bin pocket-ic
Run tool
You can run the version of the tool defined in mops.toml by running:
$(mops toolchain bin <tool>) <args>
Run moc:
$(mops toolchain bin moc)
Run moc with mops packages:
$(mops toolchain bin moc) $(mops sources) --version
Run pocket-ic:
$(mops toolchain bin pocket-ic)
Run wasmtime:
$(mops toolchain bin wasmtime)