all: build_wasm cd inter; go run . build_wasm: emcc hello.c -sEXPORTED_FUNCTIONS="_Add" -o hello.wasm --no-entry