Linking $ wasm-ld --no-entry --export-all -o add.wasm add.o #参数解释--no-entry # We don't have an entry function --export-all # Export everything (for now) ...
確定! 回上一頁