https://github.com/thecodedrift/qcon2024
Supporting respository for "WebAssembly is Cool! (finally!)" - QCon 2024 Lightning Talk
https://github.com/thecodedrift/qcon2024
Last synced: 3 months ago
JSON representation
Supporting respository for "WebAssembly is Cool! (finally!)" - QCon 2024 Lightning Talk
- Host: GitHub
- URL: https://github.com/thecodedrift/qcon2024
- Owner: thecodedrift
- Created: 2024-11-09T01:33:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T01:34:07.000Z (7 months ago)
- Last Synced: 2025-03-25T05:59:27.988Z (3 months ago)
- Language: TypeScript
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly is Cool! (finally!)
These are the supplemental files used in the QCon SF 24 talk on WebAssembly.
# What's in here?
* `example` This is where the examples are built from. There's a remix server (web) and a node pathway. They can both be ran using `pnpm install` and then `pnpm browser` or `pnpm node` respectively.
* `go-lua` This lua interpreter is written in go and compiled to wasm. It uses [shopify-go]() under the hood
* `js-lua` This lua interpreter is written in javascript and compiled to wasm. It uses [fengari]() under the hood
* `rust-lua` This lua interpreter is written in rust and compiled to wasm. It uses [picolo]() a stackless lua implementationPRs are welcome, as the Go and Rust implementations can always be improved. `<3`
# About
Jakob Heuser's a builder. He's currently a co-founder at Taskless (taskless.io) where he is using wasm to improve telemetry for third party services.