7 lines
No EOL
109 B
JavaScript
7 lines
No EOL
109 B
JavaScript
const rust = import('./pkg');
|
|
|
|
rust
|
|
.then(m => {
|
|
return m.run()
|
|
})
|
|
.catch(console.error); |