itowlson

Results 479 comments of itowlson

More related links: * Another attempt: https://github.com/fermyon/spin/pull/1198 * The contributor who sent the above PR proposed this (make the distinction explicit instead of relying on order): https://github.com/fermyon/spin/issues/1214 * The Clap...

Even the plain Ubuntu build fails on linking to libatlas. The sqlite-vss documentation warns the "on Linux machines, you'll have to install some packages to make these options work: ```...

With those packages in, Ubuntu builds. Yay! On to Mac and we get a lot of: ``` warning: object file (/Users/runner/work/spin/spin/target/release/deps/libsqlite_vss-630e52b931658673.rlib(AutoTune.cpp.o)) was built for newer macOS version (12.6) than being...

I also see this with `os.Environ()`. `os.Getenv()` works fine. So we can access individual variables but not browse the list. The equivalent Rust API (`std::env::vars()`) seems to work fine. And...

Is it worth raising this with the TinyGo folks? That is, should libc be fully up and working even if only `init` and not `main` is called? (I seem to...

@lann I gave that a quick try and it didn't seem to help I'm afraid (though never discount the possibility of user error).

Funnily enough `build.rs` does build the specific case of the timer trigger example, but not the application examples. (I think the trigger example was identified as being sensitive to some...

I had a play with a couple of SBOM generators for Rust - the one I had best luck with was `spdx-sbom-generator`, which understands several tools including Cargo (which is...

@NissesSenap to be clear, I'm **not** saying we should rule this out of scope and close the issue. I'm just trying to get my head around what roles Spin usefully...

@jpshackelford What you are seeing there is some host magic to adapt core modules so that Spin can treat _everything_, classic core module or new-fangled component, as a component model...