gaukas / watm

WebAssembly Transport Module
GNU General Public License v3.0
1 stars 0 forks source link

TODO: support official Go compiler #4

Open gaukas opened 7 months ago

gaukas commented 7 months ago

Note: This issue is for reference only, since we can do little on pushing forward the progress until an external issue is resolved/unblocked.

At the moment only compiling from TinyGo is supported, and Go support will be added only after Go officially supports //go:wasmexport directive just like how they supported //go:wasmimport since Go 1.21 (now there are active proposals for adding this directive but yet to be finalized).