Sam Clegg

Results 1781 comments of Sam Clegg

> Is there still the idea to get this merged at some point and maintain two ABIs? It hasn't been big priority recently since folks who want standalone support have...

> Yeah it's basically what @karelbilek said. Most existing applications/libraries I can just compile with Emscripten, which I can't with wasi-sdk, at least not with a lot of effort. Oh...

> > I would expect most stuff to just compile with wasi-sdk. > > Yea that is unfortunately not the case 😭 > > Emscripten just includes a lot of...

> > they couldn't match the emscripten custom FS APIs on performance and code size in all cases > > Oh wow, that is very interesting. I would have expected...

> Just to explain a bit what we are doing (well mostly what @jerbob92 is doing :D ) - we build C code base with emscripten with this patch, then...

> Where are you expecting cmake to look in your case? I.e. where are you install these packages? Are we talking about `/usr/lib` and `/usr/include`? Or somewhere else?

Emscripten cannot use the libraries packaged for ubuntu because its a different architecture. And libraries of packages you want to use with emscripten would need to be compiled yourself. You...

I think there are probably 3 common patterns: 1. Install you packaged into emscripten's sysroot (e.g. emsdk/cache/sysroot/{lib,share,include}) 2. Install you package into some other custom location and set library paths...

@dschuff would you be able to look into this maybe? Since you have been so great and getting GH actions work recently :)

> I use https://github.com/JamesIves/github-pages-deploy-action but I'd understand if you didn't want to use a third party script. It also directly commits rather than making a PR. Maybe yes, but I...