- run
yarn add open-im-sdk-web-wasm - export all assets files to your public forder(make sure you can access file by http request, and place the wasm_exec.js in your html file)
- config your http-server, make sure the response header contains
Cross-Origin-Opener-Policy:same-originandCross-Origin-Embedder-Policy:require-corp - then add code as below
import { getSDK } from 'open-im-sdk-web-wasm'; const sdk = getSDK();
EasyIsAllYouNeed/Open-IM-SDK-Web-Wasm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|