build(wasm): libconstants can now compile to wasm and run as a wasm module

This commit is contained in:
2025-12-03 08:21:40 -05:00
parent efba74d9fe
commit 793e6528d5
7 changed files with 65 additions and 5 deletions

1
examples/meson.build Normal file
View File

@@ -0,0 +1 @@
executable('simple_constant_usage', 'simple.cpp', dependencies: [const_dep])