0.0.1-beta.0 • Published 1 month ago

@cyxth/colab-wasm v0.0.1-beta.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 month ago

colab-wasm

colab wasm module for @cyxth/colab package.

how to use

locally add the colab.wasm file to your static folder and reference it

//...

const colab = await cyxth.colab("colab.wasm");

//...

or use it from a cdn

const wasmUrl = "https://cdn.cyxth.com/colab@0.0.1.wasm";
const colab = await cyxth.colab(wasmUrl);

note: ensure colab version match with colab-wasm

read more
cyxth docs

0.0.1-beta.0

1 month ago