https://github.com/mierenmanz/wasi_tsd
https://github.com/mierenmanz/wasi_tsd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mierenmanz/wasi_tsd
- Owner: MierenManz
- Created: 2022-12-16T10:06:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T10:06:26.000Z (over 2 years ago)
- Last Synced: 2025-02-15T19:24:56.872Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly System Interface (WASI) Declarations
This repo is all the declaration files for implementing WASI in typescript.
This repo heavily borrows from the [npmccallum](https://github.com/npmccallum)'s
[wasi-snapshot-preview2 repo](https://github.com/npmccallum/wasi-snapshot-preview2)