Brian

Results 24 comments of Brian

By the way, this issue a limitation of `cargo-component`, right? Is this something that I might expect to see a fix for in the near future, or is it niche...

To add one more update, it does seem that the offending part of the `.wasm` file was debug info -- when I tried building the project in release mode, I...

Note that the failing tests for ubuntu do not involve code from this PR.

What I built was pretty rough but I verified the following are possible: 1. Write a function in JavaScript 2. Load function in QuickJS 3. Wrap the function in a...

I made an adjustment to be more explicit. Relying on the behavior of RequestBuilder hides the intent a bit, so instead I explicitly say that I'm rejecting Urls that don't...

After the changes, though, some tests are failing that don't fail on Windows. I will need to investigate to understand the errors. They're related to something called "wayback", which I...

Yup, looks like you're right. I forced a test rerun and it passed.

Hey, thanks for getting back to me. Yeah, I did try with an absolute path and I experienced the same behavior. I attempted with both windows style \ paths and...

Since I have a Windows device I wouldn't mind looking into the behavior myself if you could help point me to the file in the repo where the path handling...

Have something to report. Will put in a PR once I finalize, but the bug is caused by the behavior of `Path::join`. From the Rust documentation: ``` Creates an owned...