1 2 3 4 5 6 7 8
#!/bin/sh DEPS="rust lld wasi-sdk" DESC="WebAssembly targets for rust" package () { add_from_main "usr/lib/rustlib/wasm32-*" }