odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.59k stars 575 forks source link

allow `core:mem/virtual` import on more targets by expanding the `other` implementation #3903

Closed laytan closed 2 months ago

laytan commented 2 months ago

Was trying to use core:text/table on wasm and I think the best solution is solving it at this level instead of there, as the bsds also had it solved at this level already.