From 604551eb2d106d64eb9159bc17aa5c57bbca0ca4 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Sat, 29 Jun 2024 23:09:49 +0200 Subject: wasi: make the demo run on wasi and run it in CI --- core/encoding/cbor/tags.odin | 1 - 1 file changed, 1 deletion(-) (limited to 'core/encoding') diff --git a/core/encoding/cbor/tags.odin b/core/encoding/cbor/tags.odin index 3dc79a5dd..17420af46 100644 --- a/core/encoding/cbor/tags.odin +++ b/core/encoding/cbor/tags.odin @@ -95,7 +95,6 @@ tag_register_number :: proc(impl: Tag_Implementation, nr: Tag_Number, id: string } // Controls initialization of default tag implementations. -// JS and WASI default to a panic allocator so we don't want to do it on those. INITIALIZE_DEFAULT_TAGS :: #config(CBOR_INITIALIZE_DEFAULT_TAGS, !ODIN_DEFAULT_TO_PANIC_ALLOCATOR && !ODIN_DEFAULT_TO_NIL_ALLOCATOR) @(private, init, disabled=!INITIALIZE_DEFAULT_TAGS) -- cgit v1.2.3