yowl

Results 128 comments of yowl

The error message is not clear and it could be that wasmtime is right and my import is wrong. Unfortuantely wabt's wasm2wat doesn't work for memory64 so not sure how...

Thanks, its not a big deal for me. I was just looking for a way to test my own 64 support!

Are you looking for all the generated code to be in F#, or a c# project that can be built and referenced from F# would be ok?

Makes sense, as in c# we are using .net `string`s we should deallocate the passed in ptr (from the ptr/length) . I don't believe we can use it in place...

Unfortunately the Wasm GC proposal as it stands does not have enough for dotnet GC

https://github.com/dotnet/runtime/issues/94420 Has a good technical description of the current state of play.

Correct, I was referring to using WasmGC as a replacement for dotnet's GC. Your own language can do as it likes.

Looks strange, try rerunning?