mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
doc(api) Improve documentation.
This commit is contained in:
3
lib/api/src/externals/function.rs
vendored
3
lib/api/src/externals/function.rs
vendored
@@ -907,6 +907,9 @@ mod inner {
|
||||
impl_host_function!([C] S25, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25);
|
||||
impl_host_function!([C] S26, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26);
|
||||
|
||||
// Implement `WasmTypeList` on `Infallible`, which means that
|
||||
// `Infallible` can be used as a returned type of a host function
|
||||
// to express that it doesn't return.
|
||||
impl WasmTypeList for Infallible {
|
||||
type CStruct = Self;
|
||||
type Array = [i128; 0];
|
||||
|
||||
Reference in New Issue
Block a user