https://gitlab.com/tezos/tezos
Raw File
Tip revision: 84371e2ff2616cd7d8e301380d3eba41ef41dce5 authored by Hantang Sun on 15 August 2023, 16:01:59 UTC
EVM:added script to measure TPS for ERC-20
Tip revision: 84371e2
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_wasm_debugger)
 (public_name octez-smart-rollup-wasm-debugger)
 (package octez-smart-rollup-wasm-debugger)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.tezos-base
  tezos-clic
  octez-libs.tezos-tree-encoding
  octez-libs.tezos-base.unix
  yaml
  tezos-client-alpha
  tezos-scoru-wasm
  tezos-scoru-wasm-helpers
  tezos-webassembly-interpreter
  tezos-webassembly-interpreter-extra
  tezos-version.value)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_scoru_wasm_helpers
  -open Tezos_webassembly_interpreter
  -open Tezos_webassembly_interpreter_extra))
back to top