Skip to content

__init

Initializes the WALI runtime environment. This must be called before any other WALI operations.

Signature

(import "wali" "__init" (func  (result i32)))
int __init(void);

Return Value

Returns int.

Notes

  • Called automatically in libc startup files.
  • Returns 0 on success, non-zero on failure