Always init
This commit is contained in:
parent
c38b7c9972
commit
70ef5cc0de
4 changed files with 20 additions and 59 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue