https://github.com/aturingmachine/flagsmith-wasm-reproduction
Minimal Repro to show `flagsmith` cannot compile targeting WASM
https://github.com/aturingmachine/flagsmith-wasm-reproduction
Last synced: 8 months ago
JSON representation
Minimal Repro to show `flagsmith` cannot compile targeting WASM
- Host: GitHub
- URL: https://github.com/aturingmachine/flagsmith-wasm-reproduction
- Owner: aturingmachine
- Created: 2025-06-24T18:06:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T18:17:06.000Z (8 months ago)
- Last Synced: 2025-06-24T19:32:43.700Z (8 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flagsmith SDK WASM Reproduction
## Repro Steps
1. Ensure you have the `wasm32-wasip1` & `wasm32-wasip2` target available
- `rustup target add wasm32-wasip1`
- `rustup target add wasm32-wasip2`
2. Attempt to build targeting `wasm32-wasip1`
- `cargo build --target wasm32-wasip1`
3. Attempt to build targeting `wasm32-wasip2`
- `cargo build --target wasm32-wasip2`