(executable
 (name nodejs_test)
 (modes js)
 (js_of_ocaml
  (flags +toplevel.js +dynlink.js))
 (libraries
  bindings_js_test
  kimchi_bindings
  kimchi_types
  pasta_bindings
  js_of_ocaml
  bindings_js
  bindings_js.node_backend
  logger.fake
  pasta_bindings.backend.none)
 (link_deps ../../node_js/kimchi_wasm.js ../../node_js/kimchi_wasm_bg.wasm)
 (instrumentation
  (backend bisect_ppx))
 (forbidden_libraries core async)
 (preprocess
  (pps ppx_version js_of_ocaml-ppx)))
