wasm-asteroids icon indicating copy to clipboard operation
wasm-asteroids copied to clipboard

playing around with web assembly

Results 1 wasm-asteroids issues
Sort by recently updated
recently updated
newest added

https://github.com/m1el/wasm-asteroids/blob/2bd1d34086aae6580384d64f8b3fa9d19e8ca66a/src/alloc.rs#L13-L18 Hello, it is not a good choice to mark the entire function body as unsafe, which will make the caller ignore the safety requirements that the function parameters must...