Spotandjake
Spotandjake
Applied Most of those changes i need to add the exceptions still.
Note the multiplayer worlds will not save on replit due to lack of persistent file saving. so each time the repl dies you will lose the progress on the world...
The gc-related instructions are still marked as todo in version_112 from what I can tell https://github.com/WebAssembly/binaryen/blob/728b37cbe95ca8ea8cfba9ebc70e3fcb14db273a/src/js/binaryen.js-post.js#L2430-L2440
This also probably closes #244
Can this be closed because we released `0.6.4` and `0.6.5`?
> Thanks @chadoh! We'll probably need to do some reworking of the buttons on the website to point to the right place, since the source of truth for this document...
Docs ./docs/style.css =============== add ```css html { --Background: #121212; --Border: #333; --lavender: #444; --black: #eee; } html { background: var(--Background); } ``` Main Page ./stylesheets/style.css =============== add ```css html {...
> These are two great test failures—they show a case I hadn't considered. We have a flag, `--memory-base`, which allows you to reserve an amount of memory that the Grain...
We seem to have taken the approach of accepting negative indexes where possible. We should repurpose this issue towards making the behaviour consistency. This would also make a good first...
Instead of a specific `LEB128` library given it would really only have 4 encoding/decoding libraries for `uleb` and `leb`. what if we add a `Number.encode(number, format=LEB127) -> Bytes` on the...