You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spore-drive can compress executable before deployment. In order to keep it cross-platform, we'll embed upx as a wasm module.
This issue is about creating pkg/upx that uses wazero to execute upx.
Spore-drive can compress executable before deployment. In order to keep it cross-platform, we'll embed upx as a wasm module.
This issue is about creating pkg/upx that uses wazero to execute upx.
A good resource on how to compile upx to wasm is: https://github.com/jcaesar/wapm-pkg/tree/master/upx
The text was updated successfully, but these errors were encountered: