-
Google Doc version: https://docs.google.com/document/d/1Mv2AZRwkJjsjoputCyg_IuPk5gfFhQJuCx2fVigkic0/edit
The WasmEdge team would like to initiate the CNCF TAG-Security Security Assessment (TSSA) proc…
-
`curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -p /usr/local`
fails with: `ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] c…
-
### Project Name
WasmEdge
### Project Website
https://wasmedge.org/
### Contact Details 1
@juntao
### Contact Details 2
@alabulei1
### Links to communication channels
#WasmE…
-
### Summary
WasmEdge plugins are a set of extensions that empower the wasm ecosystem, including the following proposals and specific experimental features:
- wasi_crypto
- wasi_http
- wasi_nn
-…
-
How to use WasmEdge to load the SenseVoice model?
-
### Summary
related issue in wasmedge-quickjs: https://github.com/second-state/wasmedge-quickjs/issues/144
### Current State
raise segfault
### Expected State
wasmedge itself should n…
-
run code below in MacOS arm64. build wasmedge-quickjs from latest main branch, and use wasmedge 0.14.1
```js
import { fetch } from 'http';
async function test_fetch() {
try {
print('tes…
-
Following the instructions from README.md, I can't compile the source code to Wasm
```
root@Laptop-for-JYC:/search-api-server# cargo build --target wasm32-wasi --release
Updating git reposito…
-
at @onefact we have been using wasm, but this won't work for the encoder-only or encoder-decoder models i've built (e.g. http://arxiv.org/abs/1904.05342). that's because the wasm vm is for the cpu (ha…
-
run following script multiple times sometimes cause following error. If I run it in my environment fetch my own domain, "sometimes" would transfer to "mostly". I tried upgrade rustls and tokio-rustls,…