Skip to content

EasyIsAllYouNeed/Open-IM-SDK-Web-Wasm

 
 

Repository files navigation

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();

About

Js SDK for OpenIM Web use by Webassembly of go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Shell 0.2%