privacysandbox / protected-auction-key-value-service

Protected Auction Key/Value Service
Apache License 2.0
55 stars 20 forks source link

Wasm64 Support #65

Open thegreatfatzby opened 4 months ago

thegreatfatzby commented 4 months ago

Been spending some time trying to wasm'ize some of our scoring and bidding logic from our actual codebases. I did run into one sort of "core wasm" issue, but realized I should also ask, will WASM compiled using wasm64 work for B&A, or would only "normal" wasm32 work?