Sam Clegg

Results 1043 comments of Sam Clegg
trafficstars

I opened https://github.com/emscripten-core/emscripten/issues/22510, but I'm also fine with adding a new builtin macro if you don't want to block on that.

One way to figure out why a given function is included would be to use `-Wl,--trace-symbol`. For example `-Wl,--trace-symbol=raise` might help understand any raise is being included. That does seem...

> > Looks like we lost the actual fix someshow? > > It looks like the debug comments that have been added in main have a side-effect of applying the...

I've found it useful to enable `RUNTIME_DEBUG` automatically whenever I enable any of the other kinds of debugging. The idea is that `RUNTIME_DEBUG` includes core stuff that its always useful...

@tlively is this the same thing you are working on with wasmfs+opfs?

> Looking at the test failures in `test-other`, I think it needs to be `new Worker(new URL(import.meta.url))`, at least on Node.js. > > ``` > TypeError [ERR_WORKER_PATH]: The worker script...

Can you add a test for this? That might also help me understand the problem we are solving here.

I recently updated `test_unistd_unlink` in `test_core.py` such this it skips under wasmfs due to this bug.. can you remove the `skipTest` there as part of this PR?