https://github.com/fries-byte/wasms
web assembly simple, a web assembly inspired program that'll convert assembly like code into javascript code and run it, you can use it in websites!
https://github.com/fries-byte/wasms
Last synced: 10 months ago
JSON representation
web assembly simple, a web assembly inspired program that'll convert assembly like code into javascript code and run it, you can use it in websites!
- Host: GitHub
- URL: https://github.com/fries-byte/wasms
- Owner: Fries-byte
- Created: 2025-02-25T20:50:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T20:28:03.000Z (about 1 year ago)
- Last Synced: 2025-03-17T09:17:42.822Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://fries-byte.github.io/wasms/
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasms
web assembly simply. wasms is a wasm inspired compiler that'll make you able to make it easier to use wasm like system to run C, C++, Python and Rust (still in dev), or use an wat like code to program in it. Its also supported on website since it's compiler is written in JavaScript
## Getting started
you'll be needing Node.js
at first, clone this repo.
```bash
git clone https://github.com/fries-byte/wasms
```
to start, make a file with the .wst (or web assembly (s) text) extention (fx. app.wst) and program in it (Course will probably not be made)
after you're done, use
```bash
node int.js filename.app
```
after that, create a .html file and use the tag and put the interpreter, and you're done!