chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
(module
(@dylink.0
(mem-info (memory 1 4))
(needed "bar")
)
(type (func))
(type (func (param i32)))
(type (func (result i32)))
(import "env" "__memory_base" (global $__memory_base i32))
(import "env" "__table_base" (global $__table_base i32))
(import "GOT.mem" "__stack_high" (global (mut i32)))
(import "GOT.mem" "__stack_low" (global (mut i32)))
(import "env" "memory" (memory 1))
(import "env" "__indirect_function_table" (table 0 funcref))
(func $__wasm_apply_data_relocs (type 0))
(export "__wasm_apply_data_relocs" (func $__wasm_apply_data_relocs))
)