mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-28 07:01:37 +00:00
doc comment
This commit is contained in:
parent
5a73b10ff8
commit
a87c15bbf9
@ -167,6 +167,7 @@ impl<F> ModuleBuilder<F> where F: Invoke<elements::Module> {
|
||||
).collect()
|
||||
}
|
||||
|
||||
/// Add new function using dedicated builder
|
||||
pub fn function(self) -> FunctionBuilder<Self> {
|
||||
FunctionBuilder::with_callback(self)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user