// WebAssembly C API #ifndef __WASM_H #define __WASM_H #include <stddef.h> #include <stdint.h> #include <stdbool.h> #include <string.h> #include <assert.h> #ifdef __cplusplus extern … // extern "C" #endif #endif // #ifdef __WASM_H
// WebAssembly C API #ifndef __WASM_H #define __WASM_H #include <stddef.h> #include <stdint.h> #include <stdbool.h> #include <string.h> #include <assert.h> #ifdef __cplusplus extern … // extern "C" #endif #endif // #ifdef __WASM_H