Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ WriteScript
Method
WriteScript
src/binary-writer-spec.cc:639–643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
}
638
639
Result BinaryWriterSpec::WriteScript(const Script& script) {
640
script_ = &script;
641
WriteCommands();
642
return result_;
643
}
644
645
} // end anonymous namespace
646
Callers
1
WriteBinarySpecScript
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected