open-im-sdk-wasm-webpack4
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

open-im-sdk-web-wasm

how to use

  • 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-origin and Cross-Origin-Embedder-Policy:require-corp
  • then add code as below
    import { getSDK } from 'open-im-sdk-web-wasm';
    
    const sdk = getSDK();

Readme

Keywords

Package Sidebar

Install

npm i open-im-sdk-wasm-webpack4

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

27.3 MB

Total Files

103

Last publish

Collaborators

  • blooming