forked from LeenkxTeam/Leenkx_Examples
7 lines
105 B
C
7 lines
105 B
C
#define WASM_EXPORT __attribute__((visibility("default")))
|
|
|
|
WASM_EXPORT
|
|
float test() {
|
|
return 0.01f;
|
|
}
|