Open clearloop opened 11 months ago
the current API only accepts file as input and output, make it possible to pass byte array as input, btw the wasm-opt binary can accept wasm from pipe
wasm-opt
Will be keeping my eye on this! Want to incorporate wasm-opt into my scripting runtime pipeline, and writing to a temp file is very inefficient :(
the current API only accepts file as input and output, make it possible to pass byte array as input, btw the
wasm-opt
binary can accept wasm from pipe