Moony

Results 50 issues of Moony

Has there been any work on a standard way for modules to generate new WASM functions and tables, and then use them via references?

More like i don't know how this should be approached. How should this be done in a backwards compatible way? I don't actually know how TPT handles backwards compat internally...

New feature

This would mostly be for development when a release build bluescreens. TPT isn't much larger (only a larger MB, and TPT is only 2~ MB anyways!) with symbols enabled, and...

New feature

Scratch anything else i said i would do, the incompleteness and bugginess of the opengl renderer has driven me insane enough to want to finish it, so that's what i'm...

It's not currently possible to specify the endianness of the target architecture, which could lead to confusion for datatypes larger than it's #bits size.

enhancement

At the end of the day, there's no escape from them. It'd be nice if `#define`, `#ifdef`, `#undef`, and `#ifundef` were implemented, at least. Fullblown macros would be ideal, never-the-less....

enhancement

# About this PR Sealed classes have (mostly minor, but present, due to allowing the JIT to directly call functions on a class instead of doing vtable lookups) performance improvements...

Im using Dyon to write a piece of game server software, but the lack of documentation makes this rather hard. Examples: How does one call a Dyon function with a...

draft
discussion

This is mostly a note for myself, and so other people can see what i'm doing. ## CPU additions Ability to read back the following: * CPU Name (`model name`...