jedisct1 / libsodium

A modern, portable, easy to use crypto library.

Home Page:https://libsodium.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation issues

Forever-chardonnay opened this issue · comments

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?