I've tried your lib.rs and successfully created a static library. Please confirm that you set create-type to rlib in Cargo.toml. I could use the generated lib with the following simple main.rs. ``` extern crate test_wasm32;
fn main() { test_wasm32::run(); } ``` Hope this helps you :) --- [Visit Topic](https://discuss.tvm.ai/t/how-to-test-wasm32-target-on-rust-runtime-binding/6947/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/ce1fc111ab4853c9e87ea853f5c5af317e72af2ab3ac6e3ffc7da4c2f09f1305).