22 lines
439 B
Markdown
22 lines
439 B
Markdown
phasm
|
|
=====
|
|
|
|
Elevator pitch
|
|
--------------
|
|
A language that looks like Python, handles like Haskell, and compiles to
|
|
WebAssembly.
|
|
|
|
Naming
|
|
------
|
|
- p from python
|
|
- ha from Haskell
|
|
- asm from WebAssembly
|
|
|
|
You will need wat2wasm from github.com/WebAssembly/wabt in your path.
|
|
|
|
Ideas
|
|
=====
|
|
- https://github.com/wasmerio/wasmer-python
|
|
- https://github.com/diekmann/wasm-fizzbuzz
|
|
- https://blog.scottlogic.com/2018/04/26/webassembly-by-hand.html
|