Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
92
fn empty() {
93
let output = compile(&[
"--crate-type"
,
"cdylib"
],
""
);
94
assert_component(&output);
95
}
96
97
#[test]
98
fn empty_main() {
Callers
nothing calls this directly
Calls
2
compile
Function · 0.85
assert_component
Function · 0.85
Tested by
no test coverage detected