-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate bindings for WABT #10
Comments
@syrusakbary was able to get WABT building again with wapm-packages/wabt@4751984 🥳 |
We currently can't generate bindings for WABT because of an error in the Steps to reproduce: $ cd wit-pack
$ cargo run -- --version
wit-pack-cli 0.3.0
$ curl https://registry-cdn.wapm.dev/packages/Michael-F-Bryan/wabt/wabt-1.0.15.webc -O
$ cargo run -- show wabt-1.0.15.webc
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Running `target/debug/wit-pack show wabt-1.0.15.webc`
Error: Unable to load the package
Caused by:
0: Unable to find "metadata://src/embedding/bindings.wit"
1: Could not find file "src/embedding/bindings.wit": could not find file or directory "src" (os error 2) See https://wasmerio.slack.com/archives/C03HTKHLD89/p1664187256072849. |
This was blocked on https://github.com/wasmerio/pirita/issues/30. |
I just checked locally and https://github.com/wasmerio/pirita/pull/32 fixes the "Could not find file src/embedding/bindings.wit" error from above. Once that PR has been merged, we can re-generate the |
This item is currently waiting on the following:
|
This is already done. |
wabt
project from using the old*.wtix
format to a newerwit-bindgen
and the*.wit
format (Include WIT bindings wapm-packages/wabt#1)wabt
bindings from WAPM instead of the NPM packageThe text was updated successfully, but these errors were encountered: