Hi there,
I am building wasm 'Hello world' example from src/examples/wasm with command ~/tinygo/tinygo/bin/tinygo build -target wasm -o wasm.wasm main/main.go, the generated wasm file is pretty big 64KB. According to this Go Wiki, the size could be as smaller as 575 bytes. Perhaps I am doing something wrong. Any hints are welcomed.
Hi there,
I am building wasm 'Hello world' example from src/examples/wasm with command
~/tinygo/tinygo/bin/tinygo build -target wasm -o wasm.wasm main/main.go, the generated wasm file is pretty big 64KB. According to this Go Wiki, the size could be as smaller as 575 bytes. Perhaps I am doing something wrong. Any hints are welcomed.