yowl

Results 128 comments of yowl

I'm not sure I understand what fails, the so file is used at runtime only so I would have thought that as long as there is the sym link in...

The other option that Jan mentioned is to try the CentOS version and see if we can get away with that being as its a fairly "vanilla" linux distro. If...

@Blealtan Did you get anywhere with this, I was going to have a look at it?

Had nothing better to do this afternoon, so had a go at this at https://github.com/yowl/corert/tree/jsinterop. However the Ilc step fails when attempting get the sequence points for various(all?) methods in...

Stack trace: ``` System.Reflection.Metadata.dll!System.Reflection.Throw.OutOfBounds() Line 168 C# System.Reflection.Metadata.dll!System.Reflection.Metadata.Ecma335.MethodDebugInformationTableReader.GetSequencePoints(System.Reflection.Metadata.MethodDebugInformationHandle handle) Line 107 C# System.Reflection.Metadata.dll!System.Reflection.Metadata.MethodDebugInformation.GetSequencePoints() Line 66 C# > ILCompiler.TypeSystem.dll!Internal.TypeSystem.Ecma.PortablePdbSymbolReader.GetSequencePointsForMethod(int methodToken) Line 98 C# ILCompiler.WebAssembly.dll!Internal.IL.ILImporter.StartImportingInstruction() Line 578 C# ILCompiler.WebAssembly.dll!Internal.IL.ILImporter.ImportBasicBlock(Internal.IL.ILImporter.BasicBlock basicBlock) Line 328...

`FileNotFoundException` fixed (just me being stupid with the rsp file. `SetRuntimeTypeHandleUnsafe` problem still there, maybe I've missed a dependency when compiling.

Looks like the first one `!RuntimeHandleExtensions.IsNull(runtimeTypeHandle)`, where runtimeTypeHandle seems to be `RuntimeAugments.GetCanonType(CanonTypeKind.NormalCanon)`

Ah, and thats an intrinsic which Wasm does not implement. I'll take a look at other implementations to see what I should do here.

Hmm, the first point in the eetype for System.__Cannon is null so that would seem to be worth investigating ``` @__EEType_System___Canon = global [6 x i32*] [i32* null, ```

I seem to have a few problems not directly related, but will continue here. When compiling the method `{[S.P.CompilerGenerated]Boxed_Enumerator..ctor_Unbox(SortedSet``1)}` for the call to `{[System.Collections]System.Collections.Generic.SortedSet``1+Enumerator..ctor(native int,SortedSet``1)} {$1}` I need to get...