MCPcopy Create free account

hub / github.com/bytecodealliance/component-docs / functions

Functions59 in github.com/bytecodealliance/component-docs

↓ 5 callersFunctionexit_if_error
component-model/examples/example-c-host/host.c:13
↓ 4 callersMethodadd
(self, x: int, y: int)
component-model/examples/tutorial/python/app.py:4
↓ 3 callersFunctionas_i32
(t: T)
component-model/examples/tutorial/calculator/src/bindings.rs:109
↓ 3 callersFunctionchangeTab
(container, name)
component-model/theme/tabs.js:7
↓ 2 callersFunctionadd
Perform a add operation for a given WebAssembly component This operation happens synchronously (as opposed to asynchronously powered by an async runt
component-model/examples/example-host/src/sync_add.rs:29
↓ 2 callersFunctionas_i32
(t: T)
component-model/examples/tutorial/command/src/bindings.rs:66
↓ 2 callersFunctioneval_expression
(op: Op, x: u32, y: u32)
component-model/examples/tutorial/command/src/bindings.rs:44
↓ 2 callersFunctionsyncAll
()
component-model/theme/tabs-a11y.js:60
↓ 1 callersMethodAdd
(uint x, uint y)
component-model/examples/tutorial/csharp/adder/Component.cs:5
↓ 1 callersFunctionactivateByName
(name)
component-model/theme/tabs-url-sync.js:20
↓ 1 callersFunctionactivateTabContainingElement
(element)
component-model/theme/tabs-url-sync.js:32
↓ 1 callersFunctionadd
(x: u32, y: u32)
component-model/examples/tutorial/calculator/src/bindings.rs:15
↓ 1 callersFunctionadd
(x, y)
component-model/examples/tutorial/js/adder/adder.js:2
↓ 1 callersFunctionas_i32
(t: T)
component-model/examples/tutorial/adder/src/bindings.rs:47
↓ 1 callersMethodas_i32
(self)
component-model/examples/tutorial/calculator/src/bindings.rs:116
↓ 1 callersMethodas_i32
(self)
component-model/examples/tutorial/adder/src/bindings.rs:54
↓ 1 callersMethodas_i32
(self)
component-model/examples/tutorial/command/src/bindings.rs:75
↓ 1 callersFunctiondetermine_priority
Determine the priority based on the URL path and specified higher priority section.
scripts/generate_sitemap.py:19
↓ 1 callersFunctiongenerate_sitemap
Generate a sitemap XML file from SUMMARY.md structure.
scripts/generate_sitemap.py:28
↓ 1 callersFunctionmain
()
component-model/examples/tutorial/python/host.py:4
↓ 1 callersFunctionnextUid
()
component-model/theme/tabs-a11y.js:9
↓ 1 callersFunctionparse_summary
Parse URLs from the SUMMARY.md file.
scripts/generate_sitemap.py:8
↓ 1 callersFunctionreadSlugFromUrl
()
component-model/theme/tabs-url-sync.js:9
↓ 1 callersFunctionreverseString
* This JavaScript will be interpreted by `jco` and turned into a * WebAssembly binary with a single export (this `reverse` function).
component-model/examples/tutorial/js/string-reverse/string-reverse.mjs:14
↓ 1 callersMethodrun
(self)
component-model/examples/tutorial/command/src/main.rs:38
↓ 1 callersMethodrun
(self)
component-model/examples/example-host/src/main.rs:23
↓ 1 callersFunctionrun_ctors_once
()
component-model/examples/tutorial/calculator/src/bindings.rs:169
↓ 1 callersFunctionrun_ctors_once
()
component-model/examples/tutorial/adder/src/bindings.rs:44
↓ 1 callersFunctionwit_import
(_: i32, _: i32, _: i32)
component-model/examples/tutorial/command/src/bindings.rs:54
↓ 1 callersFunctionwit_import0
(_: i32, _: i32)
component-model/examples/tutorial/calculator/src/bindings.rs:24
↓ 1 callersFunctionwriteSlugToUrl
(slug)
component-model/theme/tabs-url-sync.js:14
Function__link_custom_section_describing_imports
()
component-model/examples/tutorial/calculator/src/bindings.rs:217
Function__link_custom_section_describing_imports
()
component-model/examples/tutorial/adder/src/bindings.rs:151
Function__link_custom_section_describing_imports
()
component-model/examples/tutorial/command/src/bindings.rs:151
Function_export_add_cabi
(arg0: i32, arg1: i32)
component-model/examples/tutorial/adder/src/bindings.rs:17
Function_export_eval_expression_cabi
( arg0: i32, arg1: i32, arg2: i32,
component-model/examples/tutorial/calculator/src/bindings.rs:74
Method_lift
(val: u8)
component-model/examples/tutorial/calculator/src/bindings.rs:62
Method_lift
(val: u8)
component-model/examples/tutorial/command/src/bindings.rs:30
Functionadd
Perform the add operation for a given WebAssembly component This operation asynchronously (as opposed to synchronously without an async runtime like
component-model/examples/example-host/src/async_add.rs:29
Methodadd
(x: u32, y: u32)
component-model/examples/tutorial/adder/src/lib.rs:26
Methodctx
(&mut self)
component-model/examples/example-host/src/state.rs:18
Methodeval_expression
(op: Op, x: u32, y: u32)
component-model/examples/tutorial/calculator/src/lib.rs:12
Functionexports_docs_adder_add_add
component-model/examples/tutorial/c/adder/component_with_printf.c:4
Functionexports_docs_adder_add_add
component-model/examples/tutorial/c/adder/component.c:3
Methodfmt
( &self, f: &mut ::core::fmt::Formatter<'_>,
component-model/examples/tutorial/calculator/src/bindings.rs:51
Methodfmt
(&self, f: &mut fmt::Formatter)
component-model/examples/tutorial/command/src/main.rs:16
Methodfmt
(&self, f: &mut ::core::fmt::Formatter<'_>)
component-model/examples/tutorial/command/src/bindings.rs:21
FunctionhandleKeyDown
(event)
component-model/theme/tabs-a11y.js:64
Functioninit
()
component-model/examples/tutorial/go/adder/main.go:9
FunctioninitContainer
(container)
component-model/theme/tabs-a11y.js:14
Functionmain
()
component-model/examples/tutorial/command/src/main.rs:44
Functionmain
main is required for the `wasi` target, even if it isn't used.
component-model/examples/tutorial/go/adder/main.go:16
Functionmain
component-model/examples/example-c-host/host.c:25
Functionmain
()
component-model/examples/example-host/src/main.rs:33
Methodnew
()
component-model/examples/example-host/src/state.rs:10
Functionparse_operator
(op: &str)
component-model/examples/tutorial/command/src/main.rs:8
FunctionreverseAndUppercase
* Represents the implementation of the `reverse-and-uppercase` function in the `reversed-upper` interface * * This function makes use of `revers
component-model/examples/tutorial/js/string-reverse-upper/string-reverse-upper.mjs:23
FunctionsyncContainer
(container)
component-model/theme/tabs-a11y.js:47
Methodtable
(&mut self)
component-model/examples/example-host/src/state.rs:24