Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Feavy/AssemblyScript-Test
Just some tests with AssemblyScript.
https://github.com/Feavy/AssemblyScript-Test
assemblyscript webassembly webassembly-demo
Last synced: 2 months ago
JSON representation
Just some tests with AssemblyScript.
- Host: GitHub
- URL: https://github.com/Feavy/AssemblyScript-Test
- Owner: Feavy
- Created: 2020-05-02T11:04:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:46:22.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T16:58:24.943Z (5 months ago)
- Topics: assemblyscript, webassembly, webassembly-demo
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AssemblyScript Test
Just some tests with AssemblyScript and AssemblyScript Loader.## Installing
```
git clone https://github.com/Feavy/AssemblyScript-Test.git
cd AssemblyScript-Test
npm install
```## Building
```
npm run asbuild
```## Running
```
python -m http.server
```Then go to `http://localhost:8000`