This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 7aea45a
authored
Remove
* Remove `unsafe` from `Instance::from_wasmtime`
I mistakenly thought that this would be an `unsafe` function due to
reasons that aren't applicable, and I'm not aware of any reason why this
function should be `unsafe`, so mark it safe.
* Review commentsunsafe from Instance::from_wasmtime (#10935)1 parent aad93a4 commit 7aea45a
1 file changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 53 | + | |
59 | 54 | | |
60 | 55 | | |
61 | 56 | | |
| |||
883 | 878 | | |
884 | 879 | | |
885 | 880 | | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
| 881 | + | |
890 | 882 | | |
891 | 883 | | |
892 | 884 | | |
| |||
0 commit comments