MCPcopy Create free account
hub / github.com/bytecodealliance/wasm-component-ld / empty

Function empty

tests/all.rs:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91#[test]
92fn empty() {
93 let output = compile(&["--crate-type", "cdylib"], "");
94 assert_component(&output);
95}
96
97#[test]
98fn empty_main() {

Callers

nothing calls this directly

Calls 2

compileFunction · 0.85
assert_componentFunction · 0.85

Tested by

no test coverage detected