test_gen: remove wasmer-wasi dependency

This commit is contained in:
Brian Carroll 2022-07-10 09:51:38 +01:00 committed by Folkert
parent a170caf9a6
commit f80ab79c8e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@
A bare-bones Roc "platform" for REPL code, providing heap allocation for builtins.
*/
// Enable/disable printf debugging. Leave disabled to avoid bloating .wasm files and slowing down Wasmer tests.
// Enable/disable printf debugging. Leave disabled to avoid bloating .wasm files and slowing down tests.
#define ENABLE_PRINTF 0
//--------------------------