forked from LeenkxTeam/Leenkx_Examples
update
This commit is contained in:
6
wasm_call/main.c
Normal file
6
wasm_call/main.c
Normal file
@ -0,0 +1,6 @@
|
||||
#define WASM_EXPORT __attribute__((visibility("default")))
|
||||
|
||||
WASM_EXPORT
|
||||
float test() {
|
||||
return 0.01f;
|
||||
}
|
||||
Reference in New Issue
Block a user