Bruno
Bruno
Opened https://github.com/AssemblyScript/assemblyscript/issues/2044
So unfortunately the AS behavior is intended and the documentation was just wrong. I changed the WASM-4 documentation to use `sizeof()` to calculate the array index positions. Let's let that...
I'm not too crazy about any of the proposed solutions. I think having WASM-4's system memory at a variable address would introduce too much complexity. The proposal about moving the...
Is bundling native binaries of wasm-opt a possibility? The JS/wasm version of wasm-opt has a noticeably slow startup delay for me.
The startup delay I mentioned happens in the JS/wasm version even when invoking without npx: ```shell $ time node_modules/binaryen/bin/wasm-opt --version wasm-opt version 104 (version_104) node_modules/binaryen/bin/wasm-opt --version 10.18s user 0.20s system...
We should probably match the same behavior as C's `printf`, which I think truncates to 8 bits for `%c`. For me this program: ```c printf("Hello %c\n", 12345678); ``` Prints `Hello...
Could we truncate to 8 bits? libc `printf` semantics aren't perfect, but at least they're well-defined and we don't need to document our own special handling of certain features. For...
Welcome! Yeah, we need a page in the documentation for this. For now here's a rough guideline for anyone interested. At a very minimum your language needs: 1. A way...
@Yardanico That's awesome! Please open a PR when you feel it's ready for others to use!
The exact same bundled file works on itch but not your domain? That's really weird... Have you tested other carts?