https://github.com/wokwi/assemblyscript-inverter-chip
Wokwi Chip in AssemblyScript
https://github.com/wokwi/assemblyscript-inverter-chip
Last synced: about 2 months ago
JSON representation
Wokwi Chip in AssemblyScript
- Host: GitHub
- URL: https://github.com/wokwi/assemblyscript-inverter-chip
- Owner: wokwi
- License: mit
- Created: 2022-12-15T22:31:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T08:24:08.000Z (over 2 years ago)
- Last Synced: 2025-01-16T14:52:39.200Z (3 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wokwi Chip in AssemblyScript
Example of a Custom Wokwi Chip written in AssemblyScript.
The chip is a simple inverter: it takes a single input and outputs the inverted value.
## Building
To build the project, run:
```
npm install
npm run build
```## Test Project
You can see this chip in action in the Wokwi Test Project: https://wokwi.com/projects/351152753150526039
## License
Copyright (C) 2022, Uri Shaked. Released under the MIT License.