tvl-depot/corp/tvixbolt
Vincent Ambo 010a96e525 refactor(corp/tvixbolt): adapt for tvix-eval's upcoming observer API
Instead of the previous hack which painfully threaded through
a structure that the disassembler could write to, Tvix's evaluator is
gaining a new "Observer" API which lets library clients observe
compilation output (and, soon!, runtime tracing).

This adapts tvixbolt to use this observer interface (with the default
`DisassemblingObserver`) to populate the `bytecode` field of its
output.

This is purely a mechanical change, no functionality is impacted.

Change-Id: I22bd2218629f30fd7351d4cc5ddcf639c12fea14
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6316
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2022-09-04 17:15:19 +00:00
..
src refactor(corp/tvixbolt): adapt for tvix-eval's upcoming observer API 2022-09-04 17:15:19 +00:00
.gitignore feat(corp/tvixbolt): check in initial tvixbolt version 2022-09-04 14:05:38 +00:00
Cargo.lock feat(corp/tvixbolt): check in initial tvixbolt version 2022-09-04 14:05:38 +00:00
Cargo.toml refactor(corp/tvixbolt): adapt for tvix-eval's upcoming observer API 2022-09-04 17:15:19 +00:00
index.css feat(corp/tvixbolt): check in initial tvixbolt version 2022-09-04 14:05:38 +00:00
index.html feat(corp/tvixbolt): check in initial tvixbolt version 2022-09-04 14:05:38 +00:00