HTML:标记语言
CSS:样式语言
JavaScript:脚本语言
Web API:编程接口
所有 Web 技术
学习 Web 开发
发现我们的工具
更好地了解 MDN
nop 代表“无操作”(no-operation)。它实际什么也不做。
nop
(module (func (export "do_nothing") nop ) )
const url = "{%wasm-url%}"; await WebAssembly.instantiateStreaming(fetch(url)).then((result) => { result.instance.exports.do_nothing(); });
0x01