Skip to content

Commit 850174d

Browse files
committed
chore(wasm): Update package description
1 parent 20b98b9 commit 850174d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @ohm-js/wasm
22

3-
Compile Ohm.js grammars to WebAsssembly (aka Wasm), so they can be used from other languages.
3+
Compile Ohm.js grammars to WebAsssembly, so they can be used from other languages.
44

55
To use the grammar, use the appropriate _miniohm_ package for your language.
66

packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ohm-js/wasm",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Compile Ohm.js grammars to WebAsssembly",
55
"main": "src/index.js",
66
"bin": {
77
"ohm2wasm": "src/cli.js"

0 commit comments

Comments
 (0)