https://github.com/clpi/is-lab
https://github.com/clpi/is-lab
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/clpi/is-lab
- Owner: clpi
- License: other
- Created: 2021-12-29T13:34:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T11:18:06.000Z (over 4 years ago)
- Last Synced: 2025-01-29T19:49:42.959Z (over 1 year ago)
- Language: C
- Size: 725 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Trying out webassembly
- Rust: the wasmtime crate
- C: The wasm.h, wasi.h, wasmtime.h headers or the wasmtime conan package
- C++: The wasmtime-cpp repo or the wasmtime-cpp conan package
- Python: The wasmtime PyPi package
- .NET: The Wasmtime NuGet package
- Go: The wasmtime-go repo