Commit 3fecdca
wasm: Make all named exports available via the default export
With this, its possible to use the more idiomatic `import wally from
'wallycore'`, rather than `import * as wally from 'wallycore'`.
The `* as` style is still supported.1 parent a116f5b commit 3fecdca
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments