From fc2cb8fb39c510bf6d91a7dcef415840a843cd9c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 5 Nov 2025 13:44:14 +0000 Subject: Remove `#no_copy` --- base/runtime/wasm_allocator.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/runtime/wasm_allocator.odin b/base/runtime/wasm_allocator.odin index 325b1d4fa..d5fd71ba6 100644 --- a/base/runtime/wasm_allocator.odin +++ b/base/runtime/wasm_allocator.odin @@ -43,7 +43,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -WASM_Allocator :: struct #no_copy { +WASM_Allocator :: struct { // The minimum alignment of allocations. alignment: uint, // A region that contains as payload a single forward linked list of pointers to -- cgit v1.2.3