templar1982
templar1982
box2d, box2d wasm都会出现 public onTriggerEnter(other: Laya.PhysicsColliderComponent | Laya.ColliderBase, self?: Laya.ColliderBase, contact?: any): void { contact.getHitInfo(); } 错误信息: Uncaught TypeError: Cannot read properties of undefined (reading 'b2WorldManifold') LayaAir 3.1.0-beta.2
The code is as follows ``` #[test] fn test_may_select() { may::config().set_workers(4usize); go! ( || { let (sx1, rx1) = may::sync::mpsc::channel(); let (sx2, rx2) = may::sync::mpsc::channel(); sx1.send(100i32); sx2.send(200i32); loop { may::select!(...
-- test.lua local table3 = {} table3[#table3 + 1] = 100 run luaparser ./test.lua output ``` { ... "ULengthOp": { "operand": { "AddOp": { "left": { "Name": { "id": "table3",...