Kento Sugama
Kento Sugama
Added `share` and `unshare`
If the user cares about implementation, I think it is best if they choose a specific implementation (such as `TrieMap` or `HashMap`) instead of this wrapper. I think the main...
Ahh didn't think of modules with multiple types... That's a good point. I think for situations with multiple types and multiple `hash` / `compare` functions, we're back in the `map3`...
Or maybe using a memfile to act as a bridge https://docs.rs/memfile/latest/memfile/#
Okay, that would be awesome. The API you sketched out looks exactly like what I need.
Hey Brian. Thanks for the update! `wasm32-unknown-unknown` was the target I had in mind. I guess if `binaryen` doesn't support it then I would have to take it up with...
Will look at this once I get to IR level / motoko specific opts. Going to look at WASM level opts first
It was a test file in `run-drun`