second-state / wasmedge-quickjs

A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.
Apache License 2.0
494 stars 60 forks source link

feat: support wasi_nn #94

Closed L-jasmine closed 1 year ago

L-jasmine commented 1 year ago

@Puellaquae Node fs module test is fail, but I not modify any thing about fs module.

Puellaquae commented 1 year ago

I passed the tests on Debain but failed on Ubuntu. Maybe there has some bug on version 0.11.2 in ubuntu.

Puellaquae commented 1 year ago

There is a bug in fs module, which happens to have no real impact on version 0.10.0 and debian. I fixed it on #95 .