cheap 使用的简单示例
# 克隆项目以及所有子模块
git clone [email protected]:zhaohappy/cheap-example.git --recursive
# 安装依赖
npm install
# 编译 web 版
npm run build
# 编译 node 版
npm run build-node
# node ./dist/producer-consumer_node.js
# 本地起一个 http 服务,访问 test 目录下的测试页面查看 web 运行结果
js-wasm-interoperate
如何在 cheap 中让 js 和 wasm struct 进行互操作producer-consumer
如何在 cheap 中使用生产者消费者多线程模型asm-simd
如何在 cheap 中使用 asm 优化