https://gitlab.com/tezos/tezos
Raw File
Tip revision: 59f8c3a85a375f0cc5c06b266e2df779c08463bb authored by Martin Tomazic on 26 January 2023, 14:43:36 UTC
DAC: Register stream root hashes RPC
Tip revision: 59f8c3a
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
  tezos-base
  tezos-clic
  tezos-tree-encoding
  tezos-base.unix
  tezos-base-test-helpers
  tezos-client-alpha
  tezos-scoru-wasm
  tezos-scoru-wasm-helpers
  tezos-webassembly-interpreter
  tezos-webassembly-interpreter-extra)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base_test_helpers
  -open Tezos_scoru_wasm_helpers
  -open Tezos_webassembly_interpreter
  -open Tezos_webassembly_interpreter_extra))
back to top