You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really cool if it was somehow possible to run a .wasm file inside a shortcut with, I guess, a similar return style as the built-in "Run JavaScript on Web Page" action
The main benefit for me at least is that I would be able to write a single Rust program to clean URLs of tracking metadata and use it anywhere
I guess maybe Actions could create a safari webpage and run it there? I've honestly got no idea how this could actually be implemented I just know it would be a MASSIVE help
One that I'm willing to offer a bounty for. $50 USD for just making it work, extra $20 for making HTTP requests not run into CORS (Yes I will still pay the $20 even if that part is "easy"). I prefer paypal but I'm flexible
The text was updated successfully, but these errors were encountered:
Huh I really thought I put a $100 bounty on this. Well it's $100 now
I placed a bounty on Wasmic being able to return strings from WASM actions and I want to clarify that the bounty is the same for both apps and it's not a race
$100 for being able to run WASM files with string arguments and return values
$20 for HTTP request support without CORS causing issues
I'm willing to throw this money around because both apps are FOSS and these features would benefit everyone. I just really hope it takes at until at least January
Description
It would be really cool if it was somehow possible to run a
.wasm
file inside a shortcut with, I guess, a similar return style as the built-in "Run JavaScript on Web Page" actionThe main benefit for me at least is that I would be able to write a single Rust program to clean URLs of tracking metadata and use it anywhere
I guess maybe Actions could create a safari webpage and run it there? I've honestly got no idea how this could actually be implemented I just know it would be a MASSIVE help
One that I'm willing to offer a bounty for. $50 USD for just making it work, extra $20 for making HTTP requests not run into CORS (Yes I will still pay the $20 even if that part is "easy"). I prefer paypal but I'm flexible
The text was updated successfully, but these errors were encountered: