dcodeIO
dcodeIO
Experimental branch investigating https://github.com/AssemblyScript/assemblyscript/issues/887 that doesn't work because we can't have `(data ...)` and `(elem ...)` offsets in the form `someConstantGlobal + someConstantValue`. See also [this comment](https://github.com/AssemblyScript/assemblyscript/issues/887#issuecomment-539930249). Pinned here for...
Recently, a bunch of strange issues have appeared in conjunction with Binaryen.js builds, yielding runtime errors like * `RuntimeError: null function or function signature mismatch` and * `TypeError: c(...) is...
I have a use case here where a WebAssembly module is able to grow its memory from the inside, making it necessary to import a function from JS that is...
I have a use case where I'd love to get rid of a custom ABI in order to switch to WASI for portability purposes, but writing to file descriptors in...
In a recent [Binaryen PR](https://github.com/WebAssembly/binaryen/pull/2317) the question of when to enable post-MVP features in tooling came up. In particular, since the mutable-global proposal had been [finished](https://github.com/WebAssembly/proposals/blob/master/finished-proposals.md) meanwhile, the suggestion there...
From discussion in Discord lately it appears that there are some problems introduced by the `asbuild` package that may or may not have been avoidable, not sure. I am certain...
Given the long history of controversy around the topic, I think the problem statement reads somewhat tendentious and thus can be misunderstood as unalterable facts, which in part is not...
As per the overview, *code unit* is defined as "an indivisible unit of an encoded unicode scalar value". While individual 8-bit, 16-bit or 32-bit code units are indivisible bit combinations,...
In https://github.com/WebAssembly/binaryen/pull/4768#discussion_r911525282 the question regarding a text format for the string literal section came up. I see one good argument to optionally include the section in the text format as...