Commit graph

7 commits

Author SHA1 Message Date
Richard Feldman
bc0c9250f9
Convert unused dbg!()s to eprintln!()s
This makes it nicer to work with dbg! normally,
because grepping the code base for dbg!() reveals
only the usages of it that are currently active.
2024-12-01 23:10:35 -05:00
Brian Carroll
a99f9fee14
Fix wasm REPL tests 2023-09-10 08:39:10 +01:00
Brendan Hansknecht
0f0213b75e
build wasm tests with lto to avoid needing more wasm interp 2023-03-12 00:18:53 -08:00
Brian Carroll
b938648dad
repl_test: get rid of nested Cargo build script, as it needs an extra target dir 2022-12-16 15:08:24 +00:00
Brian Carroll
8798fa38d4
repl_test: delete shell script since we can now use Cargo 2022-12-16 14:52:10 +00:00
Anton-4
54ad5d3416
moved benchmarks to nix 2022-10-17 17:40:35 +02:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Renamed from repl_test/test_wasm.sh (Browse further)