Results 4 issues of Hytak

I could not find a good general purpose allocator written in pure rust. But mimalloc, which is written in c, is really easy to use. It requires just two line...

It would be really nice to have the [Tail Call Elimination](https://llvm.org/docs/Passes.html#tailcallelim-tail-call-elimination) pass available. This is useful for the compiler I'm working on, because it can optimize things like the recursive...

enhancement

I'm trying to parse a WAT `Expression` and emit the instructions into a wasm-encoder `Function`. This is for a language compiler i'm writing that has inlines WAT code. The problem...

wast

**Describe the bug** As the title says, the implementation of `map_keyed` assumes that if the new input has an item with the same key, then that item is only moved...

C-bug
A-reactivity