qr icon indicating copy to clipboard operation
qr copied to clipboard

Feature: Run from Wasmer CLI

Open bitmage opened this issue 2 years ago • 0 comments

Hey Russ,

What would it take to get this running via Wasmer? Right now I get:

$ wasmer run main.wasm 
error: failed to run `main.wasm`
│   1: module instantiation failed (compiler: cranelift)
╰─▶ 2: WebAssembly translation error: Error when converting wat: input bytes aren't valid utf-8

I'd love to be able to provide the URL and image as command line arguments. I think your project would get a lot of use if people could access it like this from the CLI, or as a WASM module they include in other projects.

bitmage avatar Feb 26 '23 02:02 bitmage