binaryen
binaryen copied to clipboard
no usable wasm-opt found
tinygo build -o fib-tiny.wasm -target=wasm ./main.go Unknown option '--version' no usable wasm-opt found, update or run "make binaryen" /Users/liuyong/go/src/bin/wasm-opt: exit status 1
This seems to be an error message from tinygo rather than Binaryen. Although it looks like it's prompting you to build binaryen yourself. Have you tried that?