jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

Compilation issues #1348

Closed Forever-chardonnay closed 5 months ago

Forever-chardonnay commented 5 months ago

l met a problem, i cannot find the interface in wasm when using the zig compiled,which was described in the ci, it's seems like all the interface was not exported at compile. Compilation method zig build -Dtarget=wasm32-wasi mentioned in the ci file. Is there any compilation method that exposes all interfaces?