ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

Add wasi support

Open quink-black opened this issue 1 year ago • 2 comments

WASI is WebAssembly System Interface. Now we can build ncnn with wasi-sdk[1] to create a WebAssembly binary module, and run it with wasmtime on cmdline.

[1] https://github.com/WebAssembly/wasi-sdk [2] https://github.com/bytecodealliance/wasmtime

quink-black avatar Jun 27 '24 13:06 quink-black

CLA assistant check
All committers have signed the CLA.

tencent-adm avatar Jun 27 '24 13:06 tencent-adm

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.65%. Comparing base (4c3deba) to head (a3e9b8d). Report is 4 commits behind head on master.

:exclamation: Current head a3e9b8d differs from pull request most recent head decc508

Please upload reports for the commit decc508 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5534       +/-   ##
===========================================
- Coverage   94.66%   92.65%    -2.02%     
===========================================
  Files         787      368      -419     
  Lines      248712    91067   -157645     
===========================================
- Hits       235432    84374   -151058     
+ Misses      13280     6693     -6587     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jun 27 '24 14:06 codecov-commenter

Thanks for your contribution !

nihui avatar Jul 02 '24 04:07 nihui