wasm-languages icon indicating copy to clipboard operation
wasm-languages copied to clipboard

Languages that need examples

Open technosophos opened this issue 2 years ago • 0 comments

The following languages need examples. (The guidelines for examples are in https://github.com/fermyon/wasm-languages/blob/main/about-examples.md)

  • [ ] JavaScript
  • [x] Python (Example here: https://www.fermyon.com/blog/python-wagi)
  • [x] C# (Based on https://github.com/SteveSandersonMS/dotnet-wasi-sdk)
  • [x] Ruby (Should be very similar to Python)
  • [x] Swift (Example here: https://github.com/technosophos/example-swift-wasm)
  • [x] Go (Example here: https://spin.fermyon.dev/go-components/)
  • [x] Rust (Overly complex example here: https://github.com/deislabs/wagi-examples/tree/main/env_wagi)
  • [x] Grain (Example here: https://github.com/deislabs/wagi-examples/tree/main/hello-wagi-grain)
  • [x] Zig

technosophos avatar Mar 29 '22 21:03 technosophos