 Benbuck NasonandGitHub
|
432a940735
|
Fix clang compile warnings (#3396)
|
2024-05-08 16:43:47 +08:00 |
|
 Benbuck NasonandGitHub
|
1c2a8fca4e
|
Fix some more spelling issues (#3393)
|
2024-05-08 09:30:29 +08:00 |
|
 Benbuck NasonandGitHub
|
ca61184ced
|
Fix some spelling issues (#3385)
Fix some of the spelling issues found by CSpell.
|
2024-05-06 07:56:48 +08:00 |
|
 Benbuck NasonandGitHub
|
c0e33f08b0
|
Expose API to get import/export function's param/result valkind (#3363)
Export API:
```C
wasm_func_type_get_param_count
wasm_func_type_get_param_valkind
wasm_func_type_get_result_count
wasm_func_type_get_result_valkind
```
And change wasm_import_type/wasm_export_type to wasm_import_t/wasm_export_t.
|
2024-05-03 09:41:08 +08:00 |
|
 Benbuck NasonandGitHub
|
4abf288c94
|
Fix typo for 'native' in wasm_export.h (#3376)
Trivial spelling fix.
|
2024-04-30 08:57:49 +08:00 |
|
 Benbuck NasonandGitHub
|
8253c417a8
|
Add functions to expose module import/export info (#3330)
Resolves #3329.
|
2024-04-20 08:57:39 +08:00 |
|