ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

Add wasi support

Open quink-black opened this issue 7 months 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