rockwalrus

Results 16 comments of rockwalrus

With this latest push, snapshots load correctly.

Morphic now runs in X11!

The executable is now built with the correct flags, so manual modification with `peflags` is no longer required.

I found the DLL that has `_profil` in it and am linking to it instead now. Any suggestions about how to get the `_Spy` to work? As I said at...

It works, more or less. The property is required, but I was able to just make the default invalid. It's not elegant, but it does the job.

Come to think of it, a local variable->loop parameter pass is probably all you need to rerelooper that if statement to the right spot. A local variable->loop parameter transformation could...

Here's the output with -O0: ```wat $ wasm-opt test2.wasm -O0 --print (module (type $i32_i32_=>_none (func (param i32 i32))) (func $0 (param $0 i32) (param $1 i32) (if (i32.const 0) (local.set...

@tlively That sounds like the right approach to me.

Well, the test case shows the issue pretty well. What happens if you create your `a-scene` after A-Frame initializes is that in certain cases some of the attributes on the...

That would do it. Maybe 330 should be forced on for MacOS.