摘要: 文档地址 https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html 创建项目 cargo new --lib my-wasm 添加依赖Cargo.toml [dependencies] wasm-bind 阅读全文
posted @ 2024-09-14 17:32 朝阳1 阅读(12) 评论(0) 推荐(0) 编辑
摘要: que.php <?php class MsgQueue { public $queue; public function __construct($queue) { $this->queue = $queue; } public function push($data, $type = 1) { 阅读全文
posted @ 2024-09-14 16:30 朝阳1 阅读(5) 评论(0) 推荐(0) 编辑