You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: std/assembly/index.d.ts
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -134,10 +134,6 @@ declare function idof<T>(): u32;
134
134
declarefunctionchangetype<T>(value: any): T;
135
135
/** Explicitly requests no bounds checks on the provided expression. Useful for array accesses. */
136
136
declarefunctionunchecked<T>(value: T): T;
137
-
/** Emits a `call_indirect` instruction, calling the specified function in the function table by index with the specified arguments. Does result in a runtime error if the arguments do not match the called function. */
/** Emits a `call` instruction, calling the specified function in the function table directly with the specified arguments. Function index must be a compile-time constant. */
0 commit comments