https://gitlab.com/tezos/tezos
Raw File
Tip revision: d5a766ca00725d687070af889917242565a05ae2 authored by Emma Turner on 18 September 2023, 13:54:10 UTC
Kernel/SDK: MockHost: initialise reboots_remaining in constructor
Tip revision: d5a766c
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.base
  octez-libs.clic
  octez-libs.tree-encoding
  octez-libs.base.unix
  yaml
  octez-protocol-alpha-libs.client
  octez-l2-libs.scoru-wasm
  octez-l2-libs.scoru-wasm-helpers
  octez-l2-libs.webassembly-interpreter
  octez-l2-libs.webassembly-interpreter-extra
  octez-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