Everton Ribeiro
Everton Ribeiro
I'm trying to do the same and got similar errors. So using `wasmer_last_error_length` and `wasmer_last_error_message` I made some changes to debug the errors and discovered two things: 1. To get...
Yes, I was testing the `wargo-loader`. Shows the results for the `wargo test`: ```sh ▶ wargo test Setup wasm checking dependencies... Setup wasm found emsdk installation in ~/.emsdk Setup wasm...
Good question. I think the more straightforward way is: - Move `src/main.applescript` to `src/open.applescript`; - Add `src/new.applescript` file with the new script; - Customize Makefile: - Add one more option...