@thenick775/mgba-wasm 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # mGBA-wasm
2
2
 
3
- This package is a bundled version of my mGBA fork compiled to webassembly.
3
+ This package is a bundled version of my [mGBA fork](https://github.com/thenick775/mgba/tree/feature/wasm) compiled to webassembly.
4
4
 
5
5
  This core currently powers [gbajs3](https://gba.nicholas-vancise.dev)!
6
6
 
7
- To instanciate the emulator using react:
7
+ To instantiate the emulator using react:
8
8
 
9
9
  ```
10
10
  import mGBA, { type mGBAEmulator } from '@thenick775/mgba-wasm';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thenick775/mgba-wasm",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "mGBA emulator compiled to webassembly",
5
5
  "main": "./dist/mgba.js",
6
6
  "types": "./dist/mgba.d.ts",