sindresorhus/Actions

Run WebAssembly

Open

#183 opened on Oct 29, 2023

View on GitHub
 (3 comments) (1 reaction) (0 assignees) (3,015 stars) (145 forks)user submission
help wantednew action

Description

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" 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

Contributor guide

Run WebAssembly · sindresorhus/Actions#183 | Good First Issue