cleaned up core packages with newer onyx features
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 2 Oct 2022 03:59:54 +0000 (22:59 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 2 Oct 2022 03:59:54 +0000 (22:59 -0500)
commit09ffd13316493fcca9ea5407719b171360060237
tree92ef6ccc6ba7752e94775af61419b54edd95b0d5
parentca0e7bbc0dcedb8a73493a286f907ab5b1a38bd1
cleaned up core packages with newer onyx features
39 files changed:
compiler/src/wasm_emit.c
core/alloc/arena.onyx
core/alloc/auto_heap.onyx
core/alloc/fixed.onyx
core/alloc/heap.onyx
core/alloc/logging.onyx
core/alloc/pool.onyx
core/alloc/ring.onyx
core/arg_parse.onyx
core/container/array.onyx
core/container/avl_tree.onyx
core/container/bucket_array.onyx
core/container/heap.onyx
core/container/iter.onyx
core/container/list.onyx
core/container/map.onyx
core/container/set.onyx
core/conv.onyx
core/io/binary.onyx
core/io/reader.onyx
core/io/stream.onyx
core/io/writer.onyx
core/math.onyx
core/net/tcp.onyx
core/os/dir.onyx
core/os/file.onyx
core/os/os.onyx
core/os/process.onyx
core/runtime/common.onyx
core/runtime/info/helper.onyx
core/runtime/info/proc_tags.onyx
core/runtime/js.onyx
core/runtime/onyx_run.onyx
core/runtime/wasi.onyx
core/string.onyx
core/string/buffer.onyx
core/sync/mutex.onyx
core/sync/semaphore.onyx
core/threads/thread.onyx