You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I deleted the wasm-libs directory and compile using Zig:
LLVM ERROR: malformed uleb128, extends past end
warning: `ring` (lib) generated 1 warning
The following warnings were emitted during compilation:
warning: warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: /Volumes/Work/Projects/Wasmer/ring-wasi/target/wasm32-wasmer-wasi/debug/build/ring-5105b7f4635f2f29/out/libring_core_dev_.a the table of contents is empty (no object file members in the library define global symbols)
warning: warning: /Library/Developer/CommandLineTools/usr/bin/ranlib: archive library: /Volumes/Work/Projects/Wasmer/ring-wasi/target/wasm32-wasmer-wasi/debug/build/ring-5105b7f4635f2f29/out/libring_core_dev_test.a the table of contents is empty (no object file members in the library define global symbols)
The text was updated successfully, but these errors were encountered:
dynamite-bud
changed the title
env func
importing "env"."ring_core_dev_x25519_sc_reduce": unknown import
Jun 16, 2023
I compiled
rustls
with the ring-wasi but I guess there's some problem in the buildWhen I deleted the
wasm-libs
directory and compile using Zig:The text was updated successfully, but these errors were encountered: