@wasm-fmt/gofmt 0.0.1 → 0.0.3

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Build](https://github.com/wasm-fmt/gofmt/actions/workflows/build.yml/badge.svg)](https://github.com/wasm-fmt/gofmt/actions/workflows/build.yml)
2
+ [![npm](https://img.shields.io/npm/v/@wasm-fmt/gofmt)](https://www.npmjs.com/package/@wasm-fmt/gofmt)
3
+
1
4
  # Build from source
2
5
 
3
6
  ```bash
@@ -7,8 +10,6 @@ git clone https://github.com/wasm-fmt/gofmt.git
7
10
  # 2. install TinyGo https://tinygo.org/getting-started/install/
8
11
 
9
12
  # 3. build
10
- npm run go_wasm # copy `wasm_exec.js`
11
- npm run patch
12
13
  npm run build
13
14
 
14
15
  # 4. test
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wasm-fmt/gofmt",
3
3
  "author": "magic-akari <akari.ccino@gamil.com>",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "description": "wasm based gofmt",
6
6
  "main": "lib.js",
7
7
  "types": "lib.d.ts",