Wasm does a good job with numbers, but it’s not convenient to import / export other types, and it sometimes needs to use unsafe to handle memory.
2 Likes
Wasm does a good job with numbers, but it’s not convenient to import / export other types, and it sometimes needs to use unsafe to handle memory.