-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Missing Cargo.toml after lightbeam commit #96
Comments
Have you tried to update submodules? |
Thanks. |
Readme needs to be updated to include using git clone --recurse-submodules https://github.com/CraneStation/wasmtime.git. Plain old git clone still doesn't work and no mention of correct command in readme. |
I've now filed #103 to add this step to the README. |
* Implement support for memory64 Like the Rust crate this deletes the old `Limits` type in favor of specific types/methods where relevant. * Fix bazel build * Remove `*.dll.a` file for windows
* Allow preopen file descriptors to be closed. This ports the test updates from bytecodealliance#5828 to the preview2-prototype and implements the ability to close preopened file descriptors. * Fix compilation on Windows.
Since the introduction of Lightbeam with 9bf6d73 both
cargo update
and cargo build --release` result in the following error.The text was updated successfully, but these errors were encountered: