mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
test_gen: remove wasmer-wasi dependency
This commit is contained in:
parent
a170caf9a6
commit
f80ab79c8e
3 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
//--------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue