Skip to content

Wasm linker#216

Merged
0xGeorgii merged 9 commits into
mainfrom
wasm-linker
Jun 11, 2026
Merged

Wasm linker#216
0xGeorgii merged 9 commits into
mainfrom
wasm-linker

fix bugs

173f0a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 11, 2026 in 2s

90.63% of diff hit (target 70.00%)

View this Pull Request on Codecov

90.63% of diff hit (target 70.00%)

Annotations

Check warning on line 69 in apps/infs/src/commands/build.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/infs/src/commands/build.rs#L69

Added line #L69 was not covered by tests

Check warning on line 118 in apps/infs/src/commands/build.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/infs/src/commands/build.rs#L118

Added line #L118 was not covered by tests

Check warning on line 186 in apps/infs/src/commands/build.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/infs/src/commands/build.rs#L184-L186

Added lines #L184 - L186 were not covered by tests

Check warning on line 189 in apps/infs/src/commands/build.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/infs/src/commands/build.rs#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 243 in apps/infs/src/project/manifest.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/infs/src/project/manifest.rs#L243

Added line #L243 was not covered by tests

Check warning on line 638 in apps/infs/src/project/manifest.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/infs/src/project/manifest.rs#L638

Added line #L638 was not covered by tests

Check warning on line 206 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 210 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L208-L210

Added lines #L208 - L210 were not covered by tests

Check warning on line 216 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L216

Added line #L216 was not covered by tests

Check warning on line 512 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L510-L512

Added lines #L510 - L512 were not covered by tests

Check warning on line 521 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L519-L521

Added lines #L519 - L521 were not covered by tests

Check warning on line 564 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L562-L564

Added lines #L562 - L564 were not covered by tests

Check warning on line 568 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L568

Added line #L568 was not covered by tests

Check warning on line 596 in core/cli/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/cli/src/main.rs#L596

Added line #L596 was not covered by tests

Check warning on line 645 in core/inference/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/lib.rs#L645

Added line #L645 was not covered by tests

Check warning on line 117 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L113-L117

Added lines #L113 - L117 were not covered by tests

Check warning on line 119 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L119

Added line #L119 was not covered by tests

Check warning on line 126 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L122-L126

Added lines #L122 - L126 were not covered by tests

Check warning on line 128 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L128

Added line #L128 was not covered by tests

Check warning on line 131 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 133 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L133

Added line #L133 was not covered by tests

Check warning on line 217 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L214-L217

Added lines #L214 - L217 were not covered by tests

Check warning on line 223 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L219-L223

Added lines #L219 - L223 were not covered by tests

Check warning on line 259 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L257-L259

Added lines #L257 - L259 were not covered by tests

Check warning on line 271 in core/inference/src/wasm_link/driver.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/inference/src/wasm_link/driver.rs#L269-L271

Added lines #L269 - L271 were not covered by tests