Reduce WASM binary optimization level.
- give compiled WASM binaries correct
.so
suffix (shared Linux library) - preferentially read WASM_BINARY from environment variable, rather than constructing in
executor-classes
- keep the uncompiled binary around on disk
Edited by Cory Massaro