Skip to content

Commit dfa45fa

Browse files
committed
chore: update huff-neo-js to 1.3.2
1 parent b4bf279 commit dfa45fa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A modern web-based IDE for writing, compiling, and analyzing [Huff](https://huff.sh) smart contracts. Built on top of [huff-neo](https://github.com/cakevm/huff-neo), a high-performance Huff compiler written in Rust and compiled to WebAssembly.
44

5+
This editor uses the [`huff-neo-js`](https://www.npmjs.com/package/huff-neo-js) npm package, which provides the WASM-compiled version of the huff-neo compiler for browser environments.
6+
57
## Status
68

79
Currently, this serves as showcase for the huff-neo compiler and its features. The editor is in early development and may not be fully functional yet. Contributions are welcome to help improve the editor and add more features.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@monaco-editor/react": "^4.6.0",
88
"allotment": "^1.20.0",
9-
"huff-neo-js": "^1.3.1",
9+
"huff-neo-js": "^1.3.2",
1010
"lucide-react": "^0.400.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)