### Zig Version 0.12.0-dev.2586+3c7970dc4 ### Steps to Reproduce and Observed Behavior zig build-lib src/foo.zig -OReleaseSmall -target wasm32-freestanding -mcpu baseline+simd128 -rdynamic -dynamic error: dynamic linking unavailable on the specified target ### Expected Behavior The same command works in Zig 0.11 and produces a .wasm file.