Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zacmps
on Oct 16, 2020
|
parent
|
context
|
favorite
| on:
Nim 1.4
Not to disparage Nim, but I can think of a number of other languages where this is possible:
* JS, obviously
* Rust
* C/C++
* Anything else that can compile to WASM
dom96
on Oct 16, 2020
[–]
Fair enough. I think then we get into how easy this is to do in these. For example, can you really target the web browser vs node from the same JS codebase by simply changing the compiler invokation?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
* JS, obviously
* Rust
* C/C++
* Anything else that can compile to WASM