js file and copy the following code. const wasm = import('./bindgen_demo'); wasm .then(h => h.hello("world!")) .catch( ...
確定! 回上一頁