mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
repl_wasm: rename Cargo feature wasmer->wasi_test
This commit is contained in:
parent
d389601035
commit
e6325fa78f
4 changed files with 18 additions and 19 deletions
|
@ -20,7 +20,7 @@ extern "C" {
|
|||
|
||||
// To debug in the browser, start up the web REPL as per instructions in repl_www/README.md
|
||||
// and sprinkle your code with console_log!("{:?}", my_value);
|
||||
// (Or if you're running the unit tests in Wasmer, you can just use println! or dbg!)
|
||||
// (Or if you're running the unit tests with WASI, you can just use println! or dbg!)
|
||||
#[macro_export]
|
||||
macro_rules! console_log {
|
||||
($($t:tt)*) => (log(&format_args!($($t)*).to_string()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue