This commit is contained in:
6
docs/snippets/wasm/getting-started/install_verify.md
Normal file
6
docs/snippets/wasm/getting-started/install_verify.md
Normal file
@@ -0,0 +1,6 @@
|
||||
```typescript title="WASM"
|
||||
import init from "kreuzberg-wasm";
|
||||
|
||||
await init();
|
||||
console.log("Kreuzberg WASM loaded successfully");
|
||||
```
|
||||
Reference in New Issue
Block a user