Always init

This commit is contained in:
Andras Schmelczer 2025-07-07 22:30:33 +01:00
parent c38b7c9972
commit 70ef5cc0de
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 20 additions and 59 deletions

View file

@ -59,9 +59,6 @@ Then use in your application:
```javascript
import { init, reconcile } from 'reconcile';
// One-time setup: initialise the WASM module
await init();
// Same example as above
const parent = 'Hello world';
const left = 'Hello beautiful world';