JesseChen
JesseChen
I have no permission to edit, but I can tell you the root cause. wat file will store the error message with utf8 format, as you changed the error message,...
I created one PR, please kindly review and decide if we need this feature, thank you: https://github.com/AssemblyScript/assemblyscript/pull/2294
I skiped the lib folder and created a new PR, please kindly check, thanks.
@dcodeIO I created a draft PR, please kindly review, thank you.
Those information mainly come from test coverage report, do we have plan when we can merge it? actually the [PR](https://github.com/AssemblyScript/assemblyscript/pull/2294) is ready.
Also for the `FunctionPrototype`: This is one Demo code: ``` interface Car { getHeight():i32; } interface Mechanical { getHeight():i32; } class Nissan implements Mechanical, Car { getHeight():i32{return 1;} } let...
@MaxGraey True, I added the condition `if (process.arch == "wasm64")` to figure out if it is wasm64
if these type need to be removed from SIMD feature, should we add `/** @deprecated */` for these function signature firstly, as this kind of signatures already are apart of...
Related with PR [2491](https://github.com/AssemblyScript/assemblyscript/pull/2491).
@dcodeIO @MaxGraey Hi Maintainers, Actually we got a plan that help ASC to improve the test coverage, I understand we prefer the fuzz test as ASC is a compiler, but...