top | item 36554269

(no title)

nikivi | 2 years ago

Also curious about this, can I use Wazero to compile Go to WASM?

Or it replaces cloudflare workers instead?

discuss

order

evacchi|2 years ago

wazero is a wasm runtime, not a wasm compiler. For a compiler Go -> Wasm you should use tinygo or Go proper :)