|
|
|
|
|
by rvnx
484 days ago
|
|
WASM is one of the easier platforms to port as the Virtual Machine is well documented and there are actual implementations in many languages that can be used for debugging and comparing the results. even in pure JS: https://github.com/evanw/polywasm |
|