Rewrite VariableReference, and support iterating through any type #694
Annotations
7 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests:
test/wasm_output_test.exs#L274
function do_wasm_type/2 is unused
|
Run tests:
test/wasm_output_test.exs#L266
function extract_wasm_section/2 is unused
|
Run tests:
test/wasm_output_test.exs#L262
function extract_wasm_sections/1 is unused
|
Run tests:
test/loop_test.exs#L194
variable "char" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/loop_test.exs#L357
variable "i" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/loop_test.exs#L358
variable "j" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Loading