Skip to content

Commit d4e6e7b

Browse files
author
Eugene Kopich
authored
chore(docs): WebAssembly (no space) (#4135)
1 parent f483c4e commit d4e6e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Note that:
260260
- The glob patterns are treated like import specifiers: they must be either relative (start with `./`) or absolute (start with `/`, resolved relative to project root).
261261
- The glob matching is done via `fast-glob` - check out its documentation for [supported glob patterns](https://github.com/mrmlnc/fast-glob#pattern-syntax).
262262

263-
## Web Assembly
263+
## WebAssembly
264264

265265
Pre-compiled `.wasm` files can be directly imported - the default export will be an initialization function that returns a Promise of the exports object of the wasm instance:
266266

0 commit comments

Comments
 (0)